Searched refs:freemap (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dattr.h17 unsigned long *freemap; member in struct:xchk_xattr_buf
H A Dattr.c31 kvfree(ab->freemap);
32 ab->freemap = NULL;
93 ab->freemap = kvmalloc(bmp_sz, XCHK_GFP_FLAGS);
94 if (!ab->freemap)
274 * Check the leaf freemap from the usage bitmap. Returns false if the
275 * attr freemap has problems or points to used space.
286 /* Construct bitmap of freemap contents. */
287 bitmap_zero(ab->freemap, mapsize);
289 if (!xchk_xattr_set_map(sc, ab->freemap,
290 leafhdr->freemap[
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c175 to->freemap[i].base = be16_to_cpu(hdr3->freemap[i].base);
176 to->freemap[i].size = be16_to_cpu(hdr3->freemap[i].size);
189 to->freemap[i].base = be16_to_cpu(from->hdr.freemap[i].base);
190 to->freemap[i].size = be16_to_cpu(from->hdr.freemap[i].size);
218 hdr3->freemap[i].base = cpu_to_be16(from->freemap[
[all...]
H A Dxfs_attr_leaf.h38 } freemap[XFS_ATTR_LEAF_MAPSIZE]; member in struct:xfs_attr3_icleaf_hdr
H A Dxfs_da_format.h565 * bottom but are not packed. The freemap contains run-length-encoded entries
567 * smaller runs are dropped. When the freemap doesn't show enough space
625 xfs_attr_leaf_map_t freemap[XFS_ATTR_LEAF_MAPSIZE]; member in struct:xfs_attr_leaf_hdr
685 struct xfs_attr_leaf_map freemap[XFS_ATTR_LEAF_MAPSIZE]; member in struct:xfs_attr3_leaf_hdr

Completed in 259 milliseconds