Searched refs:xfs_attr_leaf_hdr_t (Results 1 – 2 of 2) sorted by relevance
913 xfs_attr_leaf_hdr_t *hdr; in xfs_attr_leaf_create()935 hdr->freemap[0].base = cpu_to_be16(sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_create()937 sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_create()1004 xfs_attr_leaf_hdr_t *hdr; in xfs_attr_leaf_add()1022 + sizeof(xfs_attr_leaf_hdr_t); in xfs_attr_leaf_add()1073 xfs_attr_leaf_hdr_t *hdr; in xfs_attr_leaf_add_work()1175 + sizeof(xfs_attr_leaf_hdr_t); in xfs_attr_leaf_add_work()1197 xfs_attr_leaf_hdr_t *hdr_s, *hdr_d; in xfs_attr_leaf_compact()1224 hdr_d->freemap[0].base = cpu_to_be16(sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_compact()1226 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 */