Searched refs:xfs_attr_leaf_hdr_t (Results 1 – 2 of 2) sorted by relevance
904 xfs_attr_leaf_hdr_t *hdr; in xfs_attr_leaf_create()926 hdr->freemap[0].base = cpu_to_be16(sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_create()928 sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_create()995 xfs_attr_leaf_hdr_t *hdr; in xfs_attr_leaf_add()1013 + sizeof(xfs_attr_leaf_hdr_t); in xfs_attr_leaf_add()1064 xfs_attr_leaf_hdr_t *hdr; in xfs_attr_leaf_add_work()1166 + sizeof(xfs_attr_leaf_hdr_t); in xfs_attr_leaf_add_work()1188 xfs_attr_leaf_hdr_t *hdr_s, *hdr_d; in xfs_attr_leaf_compact()1215 hdr_d->freemap[0].base = cpu_to_be16(sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_compact()1217 sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_compact()[all …]
89 } xfs_attr_leaf_hdr_t; typedef112 xfs_attr_leaf_hdr_t hdr; /* constant-structure header block */