Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Ddlmglue.h119 int ocfs2_inode_lock_full_nested(struct inode *inode,
130 ocfs2_inode_lock_full_nested(i, r, e, f, OI_LS_NORMAL)
132 ocfs2_inode_lock_full_nested(i, b, e, 0, s)
135 #define ocfs2_inode_lock(i, b, e) ocfs2_inode_lock_full_nested(i, b, e, 0, OI_LS_NORMAL)
Ddlmglue.c2318 int ocfs2_inode_lock_full_nested(struct inode *inode, in ocfs2_inode_lock_full_nested() function