Home
last modified time | relevance | path

Searched refs:agfl_first (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/xfs/scrub/
Dagheader.c514 xfs_agblock_t agfl_first; in xchk_agf() local
573 agfl_first = be32_to_cpu(agf->agf_flfirst); in xchk_agf()
576 if (agfl_last > agfl_first) in xchk_agf()
577 fl_count = agfl_last - agfl_first + 1; in xchk_agf()
579 fl_count = xfs_agfl_size(mp) - agfl_first + agfl_last + 1; in xchk_agf()