Searched refs:arg_flags (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/fs/ocfs2/
H A Ddlmglue.h73 /* ocfs2_inode_lock_full() 'arg_flags' flags */
122 int arg_flags,
H A Ddlmglue.c1382 int arg_flags, __ocfs2_cluster_lock()
1543 if (wait && arg_flags & OCFS2_LOCK_NONBLOCK && __ocfs2_cluster_lock()
1570 !!(arg_flags & OCFS2_META_LOCK_NOQUEUE), __ocfs2_cluster_lock()
1574 !!(arg_flags & OCFS2_META_LOCK_NOQUEUE), __ocfs2_cluster_lock()
1585 int arg_flags) ocfs2_cluster_lock()
1587 return __ocfs2_cluster_lock(osb, lockres, level, lkm_flags, arg_flags, ocfs2_cluster_lock()
2321 int arg_flags, ocfs2_inode_lock_full_nested()
2349 if (!(arg_flags & OCFS2_META_LOCK_RECOVERY)) ocfs2_inode_lock_full_nested()
2355 if (arg_flags & OCFS2_META_LOCK_NOQUEUE) ocfs2_inode_lock_full_nested()
2359 arg_flags, subclass, _RET_IP_); ocfs2_inode_lock_full_nested()
2373 if (!(arg_flags & OCFS2_META_LOCK_RECOVERY)) ocfs2_inode_lock_full_nested()
1378 __ocfs2_cluster_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int level, u32 lkm_flags, int arg_flags, int l_subclass, unsigned long caller_ip) __ocfs2_cluster_lock() argument
1581 ocfs2_cluster_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int level, u32 lkm_flags, int arg_flags) ocfs2_cluster_lock() argument
2318 ocfs2_inode_lock_full_nested(struct inode *inode, struct buffer_head **ret_bh, int ex, int arg_flags, int subclass) ocfs2_inode_lock_full_nested() argument
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c362 xfs_attr_namesp_match(int arg_flags, int ondisk_flags) xfs_attr_namesp_match() argument
364 return XFS_ATTR_NSP_ONDISK(ondisk_flags) == XFS_ATTR_NSP_ARGS_TO_ONDISK(arg_flags); xfs_attr_namesp_match()

Completed in 113 milliseconds