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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.h544 bool xfs_attr_is_leaf(struct xfs_inode *ip);
585 if (xfs_attr_is_leaf(args->dp))
596 if (xfs_attr_is_leaf(args->dp))
H A Dxfs_attr.c83 xfs_attr_is_leaf( function
234 if (xfs_attr_is_leaf(args->dp))
438 ASSERT(xfs_attr_is_leaf(args->dp));
479 * Note that we might still have a leaf here - xfs_attr_is_leaf() cannot tell
679 if (!xfs_attr_is_leaf(dp))
871 if (xfs_attr_is_leaf(dp)) {
/linux-master/fs/xfs/
H A Dxfs_attr_list.c528 if (xfs_attr_is_leaf(dp))

Completed in 218 milliseconds