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.c151 unsigned int hole_idx; in xchk_inobt_chunk_xref_finobt() local
154 hole_idx = rec_idx / XFS_INODES_PER_HOLEMASK_BIT; in xchk_inobt_chunk_xref_finobt()
155 hole = irec->ir_holemask & (1U << hole_idx); in xchk_inobt_chunk_xref_finobt()
178 unsigned int rec_idx, hole_idx; in xchk_finobt_xref_inobt() local
200 hole_idx = rec_idx / XFS_INODES_PER_HOLEMASK_BIT; in xchk_finobt_xref_inobt()
201 hole = irec.ir_holemask & (1U << hole_idx); in xchk_finobt_xref_inobt()
239 unsigned int hole_idx; in xchk_finobt_chunk_xref_inobt() local
242 hole_idx = rec_idx / XFS_INODES_PER_HOLEMASK_BIT; in xchk_finobt_chunk_xref_inobt()
243 fhole = frec->ir_holemask & (1U << hole_idx); in xchk_finobt_chunk_xref_inobt()