Home
last modified time | relevance | path

Searched refs:ocfs2_inode_lock_full_nested (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/ocfs2/ !
Ddlmglue.h135 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,\
Ddlmglue.c2423 int ocfs2_inode_lock_full_nested(struct inode *inode, in ocfs2_inode_lock_full_nested() function