Searched refs:hole_idx (Results 1 – 2 of 2) sorted by relevance
151 unsigned int hole_idx; in xchk_inobt_chunk_xref_finobt() local154 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() local200 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() local242 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()
2668 unsigned int i, hole_idx; in xfs_ialloc_count_ondisk() local2682 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()