Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dialloc.c153 unsigned int hole_idx; in xchk_inobt_chunk_xref_finobt() local
156 hole_idx = rec_idx / XFS_INODES_PER_HOLEMASK_BIT; in xchk_inobt_chunk_xref_finobt()
157 hole = irec->ir_holemask & (1U << hole_idx); in xchk_inobt_chunk_xref_finobt()
180 unsigned int rec_idx, hole_idx; in xchk_finobt_xref_inobt() local
204 hole_idx = rec_idx / XFS_INODES_PER_HOLEMASK_BIT; in xchk_finobt_xref_inobt()
205 hole = irec.ir_holemask & (1U << hole_idx); in xchk_finobt_xref_inobt()
243 unsigned int hole_idx; in xchk_finobt_chunk_xref_inobt() local
246 hole_idx = rec_idx / XFS_INODES_PER_HOLEMASK_BIT; in xchk_finobt_chunk_xref_inobt()
247 fhole = frec->ir_holemask & (1U << hole_idx); in xchk_finobt_chunk_xref_inobt()