Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_attr_leaf.h54 int xfs_attr_sf_findname(struct xfs_da_args *args,
Dxfs_attr_leaf.c710 xfs_attr_sf_findname( in xfs_attr_sf_findname() function
770 if (xfs_attr_sf_findname(args, &sfe, NULL) == -EEXIST) in xfs_attr_shortform_add()
828 error = xfs_attr_sf_findname(args, &sfe, &base); in xfs_attr_sf_removename()
Dxfs_attr.c866 return xfs_attr_sf_findname(args, NULL, NULL); in xfs_attr_lookup()