Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dialloc.c74 bool ffree, fhole; in xchk_inobt_xref_finobt() local
100 fhole = frec.ir_holemask & (1U << fhole_idx); in xchk_inobt_xref_finobt()
104 if (fhole != hole) in xchk_inobt_xref_finobt()
175 bool fhole) in xchk_finobt_xref_inobt() argument
209 if (fhole != hole) in xchk_finobt_xref_inobt()
242 bool ffree, fhole; in xchk_finobt_chunk_xref_inobt() local
247 fhole = frec->ir_holemask & (1U << hole_idx); in xchk_finobt_chunk_xref_inobt()
249 error = xchk_finobt_xref_inobt(sc, frec, i, ffree, fhole); in xchk_finobt_chunk_xref_inobt()