Searched refs:xfs_attr_sf_findname (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.h | 55 int xfs_attr_sf_findname(struct xfs_da_args *args,
|
H A D | xfs_attr_leaf.c | 678 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 D | xfs_attr.c | 347 return xfs_attr_sf_findname(args, NULL, NULL); in xfs_has_attr()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.h | 54 int xfs_attr_sf_findname(struct xfs_da_args *args,
|
H A D | xfs_attr_leaf.c | 710 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()
|
H A D | xfs_attr.c | 866 return xfs_attr_sf_findname(args, NULL, NULL); in xfs_attr_lookup()
|
Completed in 11 milliseconds