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()2372 int agfl_size = xfs_agfl_size(mp); in xfs_agfl_needs_reset()2431 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(mp) - 1); in xfs_agfl_reset()2735 if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp)) in xfs_alloc_get_freelist()2841 if (be32_to_cpu(agf->agf_fllast) == xfs_agfl_size(mp)) in xfs_alloc_put_freelist()2858 ASSERT(be32_to_cpu(agf->agf_flcount) <= xfs_agfl_size(mp)); in xfs_alloc_put_freelist()2892 be32_to_cpu(agf->agf_flfirst) < xfs_agfl_size(mp) && in xfs_agf_verify()2893 be32_to_cpu(agf->agf_fllast) < xfs_agfl_size(mp) && in xfs_agf_verify()2894 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);
577 for (bucket = 0; bucket < xfs_agfl_size(mp); bucket++) in xfs_agflblock_init()
531 xfs_agfl_size(mp)); in xrep_agfl_collect_blocks()549 ASSERT(flcount <= xfs_agfl_size(sc->mp)); in xrep_agfl_update_agf()581 ASSERT(flcount <= xfs_agfl_size(mp)); in xrep_agfl_init_header()
592 fl_count = xfs_agfl_size(mp) - agfl_first + agfl_last + 1; in xchk_agf()723 if (agflcount > xfs_agfl_size(sc->mp)) { in xchk_agfl()