Searched refs:ocfs2_inode_lock_nested (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | dlmglue.h | 163 #define ocfs2_inode_lock_nested(i, b, e, s)\ macro
|
D | namei.c | 129 status = ocfs2_inode_lock_nested(dir, NULL, 0, OI_LS_PARENT); in ocfs2_lookup() 914 status = ocfs2_inode_lock_nested(dir, &parent_node_bh, 1, in ocfs2_unlink() 1161 status = ocfs2_inode_lock_nested(inode2, bh2, 1, in ocfs2_double_lock() 1171 status = ocfs2_inode_lock_nested(inode1, bh1, 1, in ocfs2_double_lock() 1331 status = ocfs2_inode_lock_nested(old_inode, &old_inode_bh, 1, in ocfs2_rename()
|
D | refcounttree.c | 4215 ret = ocfs2_inode_lock_nested(new_inode, &new_bh, 1, in __ocfs2_reflink() 4767 status = ocfs2_inode_lock_nested(inode1, bh1, 1, OI_LS_REFLINK_TARGET); in ocfs2_reflink_inodes_lock() 4776 status = ocfs2_inode_lock_nested(inode2, bh2, 1, in ocfs2_reflink_inodes_lock()
|