Searched refs:agi_length (Results 1 – 3 of 3) sorted by relevance
302 agi->agi_length = cpu_to_be32(agsize); in xfs_growfs_data_private()449 be32_add_cpu(&agi->agi_length, new); in xfs_growfs_data_private()451 be32_to_cpu(agi->agi_length) == mp->m_sb.sb_agblocks); in xfs_growfs_data_private()464 be32_to_cpu(agi->agi_length)); in xfs_growfs_data_private()
394 (args.agbno < be32_to_cpu(agi->agi_length)))) { in xfs_ialloc_ag_alloc()1464 ASSERT(XFS_AGINO_TO_AGBNO(mp, agino) < be32_to_cpu(agi->agi_length)); in xfs_difree_inobt()1989 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi()
670 __be32 agi_length; /* size in blocks of a.g. */ member