Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_attr.h488 bool xfs_attr_is_leaf(struct xfs_inode *ip);
Dxfs_attr.c85 xfs_attr_is_leaf( in xfs_attr_is_leaf() function
119 if (xfs_attr_is_leaf(args->dp)) in xfs_attr_get_ilocked()
377 if (xfs_attr_is_leaf(dp)) { in xfs_attr_set_iter()
659 if (xfs_attr_is_leaf(dp)) { in xfs_attr_lookup()
1415 if (xfs_attr_is_leaf(dp)) in xfs_attr_remove_iter()
1505 if (xfs_attr_is_leaf(dp)) in xfs_attr_remove_iter()
/Linux-v5.15/fs/xfs/
Dxfs_attr_list.c517 if (xfs_attr_is_leaf(dp)) in xfs_attr_list_ilocked()