Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Ddlmglue.h151 int ocfs2_inode_lock_full_nested(struct inode *inode,
162 ocfs2_inode_lock_full_nested(i, r, e, f, OI_LS_NORMAL)
164 ocfs2_inode_lock_full_nested(i, b, e, 0, s)
167 #define ocfs2_inode_lock(i, b, e) ocfs2_inode_lock_full_nested(i, b, e, 0, OI_LS_NORMAL)
169 ocfs2_inode_lock_full_nested(i, b, e, OCFS2_META_LOCK_NOQUEUE,\
Ddlmglue.c2403 int ocfs2_inode_lock_full_nested(struct inode *inode, in ocfs2_inode_lock_full_nested() function