Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dialloc.c74 bool ffree, fhole; in xchk_inobt_xref_finobt() local
98 fhole = frec.ir_holemask & (1U << fhole_idx); in xchk_inobt_xref_finobt()
102 if (fhole != hole) in xchk_inobt_xref_finobt()
173 bool fhole) in xchk_finobt_xref_inobt() argument
205 if (fhole != hole) in xchk_finobt_xref_inobt()
238 bool ffree, fhole; in xchk_finobt_chunk_xref_inobt() local
243 fhole = frec->ir_holemask & (1U << hole_idx); in xchk_finobt_chunk_xref_inobt()
245 error = xchk_finobt_xref_inobt(sc, frec, i, ffree, fhole); in xchk_finobt_chunk_xref_inobt()