Searched refs:xfs_attr_sf_hdr_t (Results 1 – 3 of 3) sorted by relevance
43 typedef struct xfs_attr_sf_hdr xfs_attr_sf_hdr_t; typedef
498 xfs_attr_sf_hdr_t *hdr; in xfs_attr_shortform_create()517 hdr = (xfs_attr_sf_hdr_t *)ifp->if_u1.if_data; in xfs_attr_shortform_create()612 base = sizeof(xfs_attr_sf_hdr_t); in xfs_attr_shortform_remove()644 if (totsize == sizeof(xfs_attr_sf_hdr_t) && in xfs_attr_shortform_remove()653 ASSERT(totsize > sizeof(xfs_attr_sf_hdr_t) || in xfs_attr_shortform_remove()
237 int sf_size = sizeof(xfs_attr_sf_hdr_t) + in xfs_attr_set()