Searched refs:ocfs2_try_rw_lock (Results 1 – 3 of 3) sorted by relevance
129 int ocfs2_try_rw_lock(struct inode *inode, int write);
2321 ret = ocfs2_try_rw_lock(inode, rw_level); in ocfs2_file_write_iter()2465 ret = ocfs2_try_rw_lock(inode, 0); in ocfs2_file_read_iter()
1782 int ocfs2_try_rw_lock(struct inode *inode, int write) in ocfs2_try_rw_lock() function