Searched defs:xfs_dir_leaf_hdr (Results 1 – 1 of 1) sorted by relevance
85 struct xfs_dir_leaf_hdr { /* constant-structure header block */ struct86 xfs_da_blkinfo_t info; /* block type, links, etc. */87 __uint16_t count; /* count of active leaf_entry's */88 __uint16_t namebytes; /* num bytes of name strings stored */89 __uint16_t firstused; /* first used byte in name area */90 __uint8_t holes; /* != 0 if blk needs compaction */91 __uint8_t pad1;92 struct xfs_dir_leaf_map {/* RLE map of free bytes */95 } freemap[XFS_DIR_LEAF_MAPSIZE]; /* N largest free regions */