Home
last modified time | relevance | path

Searched refs:agi_count (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/xfs/scrub/
H A Dagheader.c808 if (be32_to_cpu(agi->agi_count) != icount || in xchk_agi_xref_icounts()
922 icount = be32_to_cpu(agi->agi_count); in xchk_agi()
947 if (pag->pagi_count != be32_to_cpu(agi->agi_count)) in xchk_agi()
H A Dagheader_repair.c922 agi->agi_count = cpu_to_be32(count); in xrep_agi_calc_from_btrees()
961 pag->pagi_count = be32_to_cpu(agi->agi_count); in xrep_agi_commit_new()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag.c751 agi->agi_count = 0; in xfs_agiblock_init()
1139 ageo->ag_icount = be32_to_cpu(agi->agi_count); in xfs_ag_get_geometry()
H A Dxfs_ialloc.c903 be32_add_cpu(&agi->agi_count, newlen); in xfs_ialloc_ag_alloc()
1998 be32_add_cpu(&agi->agi_count, -ilen); in xfs_difree_inobt()
2446 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi()
2633 pag->pagi_count = be32_to_cpu(agi->agi_count); in xfs_ialloc_read_agi()
H A Dxfs_format.h600 __be32 agi_count; /* count of allocated inodes */ member