Home
last modified time | relevance | path

Searched refs:ocfs2_try_rw_lock (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Ddlmglue.h127 int ocfs2_try_rw_lock(struct inode *inode, int write);
H A Dfile.c2410 ret = ocfs2_try_rw_lock(inode, rw_level); in ocfs2_file_write_iter()
2556 ret = ocfs2_try_rw_lock(inode, 0); in ocfs2_file_read_iter()
H A Ddlmglue.c1787 int ocfs2_try_rw_lock(struct inode *inode, int write) in ocfs2_try_rw_lock() function