Searched refs:agfl_last (Results 1 – 1 of 1) sorted by relevance
608 xfs_agblock_t agfl_last; in xchk_agf() local666 agfl_last = be32_to_cpu(agf->agf_fllast); in xchk_agf()668 if (agfl_last > agfl_first) in xchk_agf()669 fl_count = agfl_last - agfl_first + 1; in xchk_agf()671 fl_count = xfs_agfl_size(mp) - agfl_first + agfl_last + 1; in xchk_agf()