Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A 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()
H A Dxfs_attr_leaf.h55 struct xfs_attr_sf_entry **sfep,
H A Dxfs_attr_leaf.c712 struct xfs_attr_sf_entry **sfep, in xfs_attr_sf_findname()
716 struct xfs_attr_sf_entry *sfe; in xfs_attr_sf_findname()
755 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_add()
777 sfe = (struct xfs_attr_sf_entry *)((char *)sf + offset); in xfs_attr_shortform_add()
815 struct xfs_attr_sf_entry *sfe; in xfs_attr_sf_removename()
884 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_lookup()
915 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_getvalue()
938 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_to_leaf()
1051 struct xfs_attr_sf_entry *sfep; in xfs_attr_shortform_verify()
1052 struct xfs_attr_sf_entry *next_sfep; in xfs_attr_shortform_verify()
H A Dxfs_da_format.h589 struct xfs_attr_sf_entry { struct
/openbmc/linux/fs/xfs/scrub/
H A Dattr.c531 struct xfs_attr_sf_entry *sfe; in xchk_xattr_check_sf()
532 struct xfs_attr_sf_entry *next; in xchk_xattr_check_sf()
575 sizeof(struct xfs_attr_sf_entry))) { in xchk_xattr_check_sf()
/openbmc/linux/fs/xfs/
H A Dxfs_attr_list.c60 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_list()