agi_length        318 fs/xfs/libxfs/xfs_ag.c 	agi->agi_length = cpu_to_be32(id->agsize);
agi_length        503 fs/xfs/libxfs/xfs_ag.c 	be32_add_cpu(&agi->agi_length, len);
agi_length        505 fs/xfs/libxfs/xfs_ag.c 	       be32_to_cpu(agi->agi_length) == mp->m_sb.sb_agblocks);
agi_length        517 fs/xfs/libxfs/xfs_ag.c 	ASSERT(agf->agf_length == agi->agi_length);
agi_length        724 fs/xfs/libxfs/xfs_format.h 	__be32		agi_length;	/* size in blocks of a.g. */
agi_length        660 fs/xfs/libxfs/xfs_ialloc.c 		  (args.agbno < be32_to_cpu(agi->agi_length)))) {
agi_length       1917 fs/xfs/libxfs/xfs_ialloc.c 	ASSERT(XFS_AGINO_TO_AGBNO(mp, agino) < be32_to_cpu(agi->agi_length));
agi_length       2424 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_length),
agi_length        840 fs/xfs/scrub/agheader.c 	eoag = be32_to_cpu(agi->agi_length);
agi_length        776 fs/xfs/scrub/agheader_repair.c 	agi->agi_length = cpu_to_be32(xfs_ag_block_count(mp, sc->sa.agno));