Searched defs:xfs_perag (Results 1 – 1 of 1) sorted by relevance
34 struct xfs_perag { struct35 struct xfs_group pag_group;36 unsigned long pag_opstate;37 uint8_t pagf_bno_level; /* # of levels in bno btree */38 uint8_t pagf_cnt_level; /* # of levels in cnt btree */39 uint8_t pagf_rmap_level;/* # of levels in rmap btree */40 uint32_t pagf_flcount; /* count of blocks in freelist */41 xfs_extlen_t pagf_freeblks; /* total free blocks */42 xfs_extlen_t pagf_longest; /* longest free space */43 uint32_t pagf_btreeblks; /* # of blocks held in AGF btrees */[all …]