Searched refs:OCFS2_LOCK_NONBLOCK (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dlmglue.h | 94 #define OCFS2_LOCK_NONBLOCK (0x04) macro
|
H A D | dlmglue.c | 1634 if (wait && arg_flags & OCFS2_LOCK_NONBLOCK && in __ocfs2_cluster_lock() 2544 ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK); in ocfs2_inode_lock_with_page()
|
H A D | aops.c | 363 ret = ocfs2_inode_lock_full(inode, NULL, 0, OCFS2_LOCK_NONBLOCK); in ocfs2_readahead()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dlmglue.h | 92 #define OCFS2_LOCK_NONBLOCK (0x04) macro
|
H A D | dlmglue.c | 1633 if (wait && arg_flags & OCFS2_LOCK_NONBLOCK && in __ocfs2_cluster_lock() 2554 ret = ocfs2_inode_lock_full(inode, ret_bh, ex, OCFS2_LOCK_NONBLOCK); in ocfs2_inode_lock_with_page()
|
H A D | aops.c | 360 ret = ocfs2_inode_lock_full(inode, NULL, 0, OCFS2_LOCK_NONBLOCK); in ocfs2_readahead()
|
Completed in 30 milliseconds