Home
last modified time | relevance | path

Searched refs:OCFS2_LOCK_NONBLOCK (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/
H A Ddlmglue.h92 #define OCFS2_LOCK_NONBLOCK (0x04) macro
H A Ddlmglue.c1633 if (wait && arg_flags & OCFS2_LOCK_NONBLOCK && in __ocfs2_cluster_lock()
2553 ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK); in ocfs2_inode_lock_with_page()
H A Daops.c360 ret = ocfs2_inode_lock_full(inode, NULL, 0, OCFS2_LOCK_NONBLOCK); in ocfs2_readahead()