Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/scrub/
Dagheader.c784 if (be32_to_cpu(agi->agi_count) != icount || in xchk_agi_xref_icounts()
897 icount = be32_to_cpu(agi->agi_count); in xchk_agi()
922 if (pag->pagi_count != be32_to_cpu(agi->agi_count)) in xchk_agi()
Dagheader_repair.c838 agi->agi_count = cpu_to_be32(count); in xrep_agi_calc_from_btrees()
877 pag->pagi_count = be32_to_cpu(agi->agi_count); in xrep_agi_commit_new()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_ag.c651 agi->agi_count = 0; in xfs_agiblock_init()
1025 ageo->ag_icount = be32_to_cpu(agi->agi_count); in xfs_ag_get_geometry()
Dxfs_ialloc.c882 be32_add_cpu(&agi->agi_count, newlen); in xfs_ialloc_ag_alloc()
1970 be32_add_cpu(&agi->agi_count, -ilen); in xfs_difree_inobt()
2429 offsetof(xfs_agi_t, agi_count), in xfs_ialloc_log_agi()
2618 pag->pagi_count = be32_to_cpu(agi->agi_count); in xfs_ialloc_read_agi()
Dxfs_format.h600 __be32 agi_count; /* count of allocated inodes */ member