Lines Matching refs:agf_length
723 be32_to_cpu(agf->agf_length))) {
931 ASSERT(acur->rec_bno + acur->rec_len <= be32_to_cpu(agf->agf_length));
1082 if (XFS_IS_CORRUPT(args->mp, fbno >= be32_to_cpu(agf->agf_length))) {
1282 ASSERT(args->agbno + args->len <= be32_to_cpu(agf->agf_length));
1852 be32_to_cpu(agf->agf_length))) {
2723 offsetof(xfs_agf_t, agf_length),
2844 be32_to_cpu(agf->agf_freeblks) <= be32_to_cpu(agf->agf_length) &&
2850 if (be32_to_cpu(agf->agf_length) > mp->m_sb.sb_dblocks)
2854 be32_to_cpu(agf->agf_freeblks) > be32_to_cpu(agf->agf_length))
2869 be32_to_cpu(agf->agf_rmap_blocks) > be32_to_cpu(agf->agf_length))
2882 be32_to_cpu(agf->agf_btreeblks) > be32_to_cpu(agf->agf_length))
2887 be32_to_cpu(agf->agf_length))
3305 if (XFS_IS_CORRUPT(mp, agbno + len > be32_to_cpu(agf->agf_length))) {