Home
last modified time | relevance | path

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

/fs/ocfs2/
Ddlmglue.h126 int ocfs2_inode_lock_full_nested(struct inode *inode,
137 ocfs2_inode_lock_full_nested(i, r, e, f, OI_LS_NORMAL)
139 ocfs2_inode_lock_full_nested(i, b, e, 0, s)
142 #define ocfs2_inode_lock(i, b, e) ocfs2_inode_lock_full_nested(i, b, e, 0, OI_LS_NORMAL)
Ddlmglue.c2355 int ocfs2_inode_lock_full_nested(struct inode *inode, in ocfs2_inode_lock_full_nested() function