Searched defs:xfs_attr_leaf_hdr (Results 1 – 1 of 1) sorted by relevance
90 struct xfs_attr_leaf_hdr { /* constant-structure header block */ struct91 xfs_da_blkinfo_t info; /* block type, links, etc. */92 __uint16_t count; /* count of active leaf_entry's */93 __uint16_t usedbytes; /* num bytes of names/values stored */94 __uint16_t firstused; /* first used byte in name area */95 __uint8_t holes; /* != 0 if blk needs compaction */96 __uint8_t pad1;97 struct xfs_attr_leaf_map { /* RLE map of free bytes */100 } freemap[XFS_ATTR_LEAF_MAPSIZE]; /* N largest free regions */