Home
last modified time | relevance | path

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

/linux-6.14.4/fs/ocfs2/
Ddlmglue.h135 int ocfs2_inode_lock_full_nested(struct inode *inode,
144 ocfs2_inode_lock_full_nested(i, r, e, f, OI_LS_NORMAL)
146 ocfs2_inode_lock_full_nested(i, b, e, 0, s)
149 #define ocfs2_inode_lock(i, b, e) ocfs2_inode_lock_full_nested(i, b, e, 0, OI_LS_NORMAL)
151 ocfs2_inode_lock_full_nested(i, b, e, OCFS2_META_LOCK_NOQUEUE,\
Ddlmglue.c2426 int ocfs2_inode_lock_full_nested(struct inode *inode, in ocfs2_inode_lock_full_nested() function