Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h55 int xfs_attr_sf_findname(struct xfs_da_args *args,
H A Dxfs_attr_leaf.c678 xfs_attr_sf_findname( in xfs_attr_sf_findname() function
738 if (xfs_attr_sf_findname(args, &sfe, NULL) == -EEXIST) in xfs_attr_shortform_add()
798 error = xfs_attr_sf_findname(args, &sfe, &base); in xfs_attr_shortform_remove()
H A Dxfs_attr.c347 return xfs_attr_sf_findname(args, NULL, NULL); in xfs_has_attr()