Searched refs:xfs_attr_sf_hdr_t (Results 1 – 3 of 3) sorted by relevance
15 typedef struct xfs_attr_sf_hdr xfs_attr_sf_hdr_t; typedef
528 xfs_attr_sf_hdr_t *hdr; in xfs_attr_shortform_create()547 hdr = (xfs_attr_sf_hdr_t *)ifp->if_u1.if_data; in xfs_attr_shortform_create()642 base = sizeof(xfs_attr_sf_hdr_t); in xfs_attr_shortform_remove()674 if (totsize == sizeof(xfs_attr_sf_hdr_t) && in xfs_attr_shortform_remove()683 ASSERT(totsize > sizeof(xfs_attr_sf_hdr_t) || in xfs_attr_shortform_remove()
232 int sf_size = sizeof(xfs_attr_sf_hdr_t) + in xfs_attr_set()