Home
last modified time | relevance | path

Searched refs:freemap (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_attr_leaf.c935 hdr->freemap[0].base = cpu_to_be16(sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_create()
936 hdr->freemap[0].size = cpu_to_be16(be16_to_cpu(hdr->firstused) - in xfs_attr_leaf_create()
1023 map = &hdr->freemap[XFS_ATTR_LEAF_MAPSIZE-1]; in xfs_attr_leaf_add()
1059 if (be16_to_cpu(hdr->freemap[0].size) in xfs_attr_leaf_add()
1103 map = &hdr->freemap[mapindex]; in xfs_attr_leaf_add_work()
1176 map = &hdr->freemap[0]; in xfs_attr_leaf_add_work()
1224 hdr_d->freemap[0].base = cpu_to_be16(sizeof(xfs_attr_leaf_hdr_t)); in xfs_attr_leaf_compact()
1225 hdr_d->freemap[0].size = cpu_to_be16(be16_to_cpu(hdr_d->firstused) - in xfs_attr_leaf_compact()
1683 map = &hdr->freemap[0]; in xfs_attr_leaf_remove()
1715 map = &hdr->freemap[before]; in xfs_attr_leaf_remove()
[all …]
Dxfs_attr_leaf.h87 xfs_attr_leaf_map_t freemap[XFS_ATTR_LEAF_MAPSIZE]; member