Searched refs:xfs_attr_is_leaf (Results 1 - 3 of 3) sorted by path

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.c84 xfs_attr_is_leaf(
238 * The incore attr fork iext tree must be loaded for xfs_attr_is_leaf
247 if (xfs_attr_is_leaf(args->dp))
498 ASSERT(xfs_attr_is_leaf(args->dp));
539 * Note that we might still have a leaf here - xfs_attr_is_leaf() cannot tell
739 if (!xfs_attr_is_leaf(dp))
931 /* Prerequisite for xfs_attr_is_leaf */
936 if (xfs_attr_is_leaf(dp)) {
83 xfs_attr_is_leaf( function
H A Dxfs_attr.h550 bool xfs_attr_is_leaf(struct xfs_inode *ip);
601 if (xfs_attr_is_leaf(args->dp))
611 if (xfs_attr_is_leaf(args->dp))
/linux-master/fs/xfs/
H A Dxfs_attr_list.c571 /* Prerequisite for xfs_attr_is_leaf */
576 if (xfs_attr_is_leaf(dp))

Completed in 190 milliseconds