ocfs2_inode_lock_full  357 fs/ocfs2/aops.c 	ret = ocfs2_inode_lock_full(inode, NULL, 0, OCFS2_LOCK_NONBLOCK);
ocfs2_inode_lock_full 2237 fs/ocfs2/dlmglue.c 	ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK);
ocfs2_inode_lock_full   83 fs/ocfs2/dlmglue.h int ocfs2_inode_lock_full(struct inode *inode,
ocfs2_inode_lock_full   93 fs/ocfs2/dlmglue.h #define ocfs2_inode_lock(i, b, e) ocfs2_inode_lock_full(i, b, e, 0)
ocfs2_inode_lock_full  508 fs/ocfs2/journal.c 	status = ocfs2_inode_lock_full(inode, &bh, 1, OCFS2_META_LOCK_RECOVERY);
ocfs2_inode_lock_full 1200 fs/ocfs2/journal.c 	status = ocfs2_inode_lock_full(inode, &bh, 1, OCFS2_META_LOCK_RECOVERY);
ocfs2_inode_lock_full 1401 fs/ocfs2/journal.c 	status = ocfs2_inode_lock_full(inode, NULL, 1, flags);