#ifndef __XFS_ATTR_SF_H__
#define __XFS_ATTR_SF_H__
xfs_attr_sf_sort_t;
#define XFS_ATTR_SF_ENTSIZE_MAX …
static inline int xfs_attr_sf_entsize_byname(uint8_t nlen, uint8_t vlen)
{ … }
static inline int xfs_attr_sf_entsize(struct xfs_attr_sf_entry *sfep)
{ … }
static inline struct xfs_attr_sf_entry *
xfs_attr_sf_firstentry(struct xfs_attr_sf_hdr *hdr)
{ … }
static inline struct xfs_attr_sf_entry *
xfs_attr_sf_nextentry(struct xfs_attr_sf_entry *sfep)
{ … }
static inline struct xfs_attr_sf_entry *
xfs_attr_sf_endptr(struct xfs_attr_sf_hdr *sf)
{ … }
#endif