Searched refs:arg_flags (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | dlmglue.c | 1458 int arg_flags, in __ocfs2_cluster_lock() argument 1619 if (wait && arg_flags & OCFS2_LOCK_NONBLOCK && in __ocfs2_cluster_lock() 1646 !!(arg_flags & OCFS2_META_LOCK_NOQUEUE), in __ocfs2_cluster_lock() 1650 !!(arg_flags & OCFS2_META_LOCK_NOQUEUE), in __ocfs2_cluster_lock() 1661 int arg_flags) in ocfs2_cluster_lock() argument 1663 return __ocfs2_cluster_lock(osb, lockres, level, lkm_flags, arg_flags, in ocfs2_cluster_lock() 2412 int arg_flags, in ocfs2_inode_lock_full_nested() argument 2435 if ((arg_flags & OCFS2_META_LOCK_GETBH) || in ocfs2_inode_lock_full_nested() 2439 if (!(arg_flags & OCFS2_META_LOCK_RECOVERY)) in ocfs2_inode_lock_full_nested() 2445 if (arg_flags & OCFS2_META_LOCK_NOQUEUE) in ocfs2_inode_lock_full_nested() [all …]
|
D | dlmglue.h | 154 int arg_flags,
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 403 xfs_attr_namesp_match(int arg_flags, int ondisk_flags) in xfs_attr_namesp_match() argument 405 return XFS_ATTR_NSP_ONDISK(ondisk_flags) == XFS_ATTR_NSP_ARGS_TO_ONDISK(arg_flags); in xfs_attr_namesp_match()
|