Home
last modified time | relevance | path

Searched refs:xfs_attr_sf_hdr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_attr_sf.h15 typedef struct xfs_attr_sf_hdr xfs_attr_sf_hdr_t;
Dxfs_da_format.h583 struct xfs_attr_sf_hdr { /* constant-structure header block */ struct
Dxfs_attr_leaf.c656 struct xfs_attr_sf_hdr *hdr; in xfs_attr_shortform_create()
664 hdr = (struct xfs_attr_sf_hdr *)ifp->if_u1.if_data; in xfs_attr_shortform_create()
687 unsigned int base = sizeof(struct xfs_attr_sf_hdr); in xfs_attr_sf_findname()
991 bytes = sizeof(struct xfs_attr_sf_hdr); in xfs_attr_shortform_allfit()
1007 (bytes == sizeof(struct xfs_attr_sf_hdr))) in xfs_attr_shortform_allfit()
1033 if (size < sizeof(struct xfs_attr_sf_hdr)) in xfs_attr_shortform_verify()
Dxfs_attr.c742 int sf_size = sizeof(struct xfs_attr_sf_hdr) + in xfs_attr_set()