Home
last modified time | relevance | path

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

/fs/xfs/scrub/
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()
/fs/xfs/libxfs/
Dxfs_ialloc.c2668 unsigned int i, hole_idx; in xfs_ialloc_count_ondisk() local
2682 hole_idx = i / XFS_INODES_PER_HOLEMASK_BIT; in xfs_ialloc_count_ondisk()
2683 if (!(irec.ir_holemask & (1U << hole_idx))) in xfs_ialloc_count_ondisk()