Searched refs:ocfs2_inode_lock_nested (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | dlmglue.h | 147 #define ocfs2_inode_lock_nested(i, b, e, s)\ macro
|
H A D | namei.c | 114 status = ocfs2_inode_lock_nested(dir, NULL, 0, OI_LS_PARENT); in ocfs2_lookup() 907 status = ocfs2_inode_lock_nested(dir, &parent_node_bh, 1, in ocfs2_unlink() 1155 status = ocfs2_inode_lock_nested(inode2, bh2, 1, in ocfs2_double_lock() 1165 status = ocfs2_inode_lock_nested(inode1, bh1, 1, in ocfs2_double_lock() 1326 status = ocfs2_inode_lock_nested(old_inode, &old_inode_bh, 1, in ocfs2_rename()
|
H A D | refcounttree.c | 4180 ret = ocfs2_inode_lock_nested(new_inode, &new_bh, 1, in __ocfs2_reflink() 4753 status = ocfs2_inode_lock_nested(inode1, &bh1, 1, in ocfs2_reflink_inodes_lock() 4763 status = ocfs2_inode_lock_nested(inode2, &bh2, 1, in ocfs2_reflink_inodes_lock()
|