Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A 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()
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()
168 xchk_finobt_xref_inobt( struct xfs_scrub *sc, struct xfs_inobt_rec_incore *frec, xfs_agino_t agino, bool ffree, bool fhole) xchk_finobt_xref_inobt() argument

Completed in 2 milliseconds