Lines Matching refs:ir_holemask
98 fhole = frec.ir_holemask & (1U << fhole_idx); in xchk_inobt_xref_finobt()
155 hole = irec->ir_holemask & (1U << hole_idx); in xchk_inobt_chunk_xref_finobt()
201 hole = irec.ir_holemask & (1U << hole_idx); in xchk_finobt_xref_inobt()
243 fhole = frec->ir_holemask & (1U << hole_idx); in xchk_finobt_chunk_xref_inobt()
375 uint16_t ir_holemask; in xchk_iallocbt_check_cluster() local
398 ir_holemask = (irec->ir_holemask & cluster_mask); in xchk_iallocbt_check_cluster()
412 cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster()
417 if (ir_holemask != cluster_mask && ir_holemask != 0) { in xchk_iallocbt_check_cluster()
423 if (ir_holemask) { in xchk_iallocbt_check_cluster()
602 if (!xfs_inobt_issparse(irec.ir_holemask)) { in xchk_iallocbt_rec()
613 holemask = irec.ir_holemask; in xchk_iallocbt_rec()