Home
last modified time | relevance | path

Searched refs:agi_length (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_fsops.c304 agi->agi_length = cpu_to_be32(agsize); in xfs_growfs_data_private()
451 be32_add_cpu(&agi->agi_length, new); in xfs_growfs_data_private()
453 be32_to_cpu(agi->agi_length) == mp->m_sb.sb_agblocks); in xfs_growfs_data_private()
466 be32_to_cpu(agi->agi_length)); in xfs_growfs_data_private()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.c648 (args.agbno < be32_to_cpu(agi->agi_length)))) { in xfs_ialloc_ag_alloc()
1908 ASSERT(XFS_AGINO_TO_AGBNO(mp, agino) < be32_to_cpu(agi->agi_length)); in xfs_difree_inobt()
2439 offsetof(xfs_agi_t, agi_length), in xfs_ialloc_log_agi()
Dxfs_format.h702 __be32 agi_length; /* size in blocks of a.g. */ member