Searched refs:xfs_attr_sf_hdr (Results 1 – 4 of 4) sorted by relevance
15 typedef struct xfs_attr_sf_hdr xfs_attr_sf_hdr_t;
583 struct xfs_attr_sf_hdr { /* constant-structure header block */ struct
649 struct xfs_attr_sf_hdr *hdr; in xfs_attr_shortform_create()662 hdr = (struct xfs_attr_sf_hdr *)ifp->if_u1.if_data; in xfs_attr_shortform_create()685 unsigned int base = sizeof(struct xfs_attr_sf_hdr); in xfs_attr_sf_findname()990 bytes = sizeof(struct xfs_attr_sf_hdr); in xfs_attr_shortform_allfit()1006 (bytes == sizeof(struct xfs_attr_sf_hdr))) in xfs_attr_shortform_allfit()1032 if (size < sizeof(struct xfs_attr_sf_hdr)) in xfs_attr_shortform_verify()
430 int sf_size = sizeof(struct xfs_attr_sf_hdr) + in xfs_attr_set()