Searched refs:ocfs2_inode_lock_full_nested (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
D | dlmglue.h | 135 int ocfs2_inode_lock_full_nested(struct inode *inode, 146 ocfs2_inode_lock_full_nested(i, r, e, f, OI_LS_NORMAL) 148 ocfs2_inode_lock_full_nested(i, b, e, 0, s) 151 #define ocfs2_inode_lock(i, b, e) ocfs2_inode_lock_full_nested(i, b, e, 0, OI_LS_NORMAL) 153 ocfs2_inode_lock_full_nested(i, b, e, OCFS2_META_LOCK_NOQUEUE,\
|
D | dlmglue.c | 2423 int ocfs2_inode_lock_full_nested(struct inode *inode, in ocfs2_inode_lock_full_nested() function
|