Searched refs:agfl_last (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dagheader.c539 xfs_agblock_t agfl_last; local
597 agfl_last = be32_to_cpu(agf->agf_fllast);
599 if (agfl_last > agfl_first)
600 fl_count = agfl_last - agfl_first + 1;
602 fl_count = xfs_agfl_size(mp) - agfl_first + agfl_last + 1;

Completed in 138 milliseconds