Searched refs:xfs_agfl_size (Results 1 – 5 of 5) sorted by relevance
49 xfs_agfl_size( in xfs_agfl_size() function617 for (i = 0; i < xfs_agfl_size(mp); i++) { in xfs_agfl_verify()2373 int agfl_size = xfs_agfl_size(mp); in xfs_agfl_needs_reset()2432 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(mp) - 1); in xfs_agfl_reset()2686 if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp)) in xfs_alloc_get_freelist()2793 if (be32_to_cpu(agf->agf_fllast) == xfs_agfl_size(mp)) in xfs_alloc_put_freelist()2811 ASSERT(be32_to_cpu(agf->agf_flcount) <= xfs_agfl_size(mp)); in xfs_alloc_put_freelist()2845 be32_to_cpu(agf->agf_flfirst) < xfs_agfl_size(mp) && in xfs_agf_verify()2846 be32_to_cpu(agf->agf_fllast) < xfs_agfl_size(mp) && in xfs_agf_verify()2847 be32_to_cpu(agf->agf_flcount) <= xfs_agfl_size(mp))) in xfs_agf_verify()[all …]
17 unsigned int xfs_agfl_size(struct xfs_mount *mp);
305 for (bucket = 0; bucket < xfs_agfl_size(mp); bucket++) in xfs_agflblock_init()
529 xfs_agfl_size(mp)); in xrep_agfl_collect_blocks()547 ASSERT(flcount <= xfs_agfl_size(sc->mp)); in xrep_agfl_update_agf()579 ASSERT(flcount <= xfs_agfl_size(mp)); in xrep_agfl_init_header()
579 fl_count = xfs_agfl_size(mp) - agfl_first + agfl_last + 1; in xchk_agf()716 if (agflcount > xfs_agfl_size(sc->mp)) { in xchk_agfl()