Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dagheader.c541 xfs_agblock_t fl_count; in xchk_agf() local
600 fl_count = agfl_last - agfl_first + 1; in xchk_agf()
602 fl_count = xfs_agfl_size(mp) - agfl_first + agfl_last + 1; in xchk_agf()
603 if (agfl_count != 0 && fl_count != agfl_count) in xchk_agf()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dagheader.c517 xfs_agblock_t fl_count; in xchk_agf() local
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()
580 if (agfl_count != 0 && fl_count != agfl_count) in xchk_agf()

Completed in 3 milliseconds