Home
last modified time | relevance | path

Searched refs:xfs_attr_sf_entry (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_attr_sf.h35 return sizeof(struct xfs_attr_sf_entry) + nlen + vlen; in xfs_attr_sf_entsize_byname()
39 static inline int xfs_attr_sf_entsize(struct xfs_attr_sf_entry *sfep) in xfs_attr_sf_entsize()
45 static inline struct xfs_attr_sf_entry *
46 xfs_attr_sf_nextentry(struct xfs_attr_sf_entry *sfep) in xfs_attr_sf_nextentry()
Dxfs_attr_leaf.h56 struct xfs_attr_sf_entry **sfep,
Dxfs_attr_leaf.c682 struct xfs_attr_sf_entry **sfep, in xfs_attr_sf_findname()
686 struct xfs_attr_sf_entry *sfe; in xfs_attr_sf_findname()
725 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_add()
747 sfe = (struct xfs_attr_sf_entry *)((char *)sf + offset); in xfs_attr_shortform_add()
787 struct xfs_attr_sf_entry *sfe; in xfs_attr_sf_removename()
848 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_lookup()
879 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_getvalue()
906 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_to_leaf()
1018 struct xfs_attr_sf_entry *sfep; in xfs_attr_shortform_verify()
1019 struct xfs_attr_sf_entry *next_sfep; in xfs_attr_shortform_verify()
Dxfs_da_format.h588 struct xfs_attr_sf_entry { struct
/Linux-v5.15/fs/xfs/
Dxfs_attr_list.c59 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_list()