Searched defs:xfs_attr3_icleaf_hdr (Results 1 – 1 of 1) sorted by relevance
21 struct xfs_attr3_icleaf_hdr { struct22 uint32_t forw;23 uint32_t back;24 uint16_t magic;25 uint16_t count;26 uint16_t usedbytes;33 uint32_t firstused;34 __u8 holes;35 struct {38 } freemap[XFS_ATTR_LEAF_MAPSIZE];
Completed in 4 milliseconds