Lines Matching refs:ir_holemask
42 cur->bc_rec.i.ir_holemask = 0;
62 rec.inobt.ir_u.sp.ir_holemask = cpu_to_be16(irec->ir_holemask);
66 /* ir_holemask/ir_count not supported on-disk */
82 irec->ir_holemask = be16_to_cpu(rec->inobt.ir_u.sp.ir_holemask);
87 * ir_holemask/ir_count not supported on-disk. Fill in hardcoded
90 irec->ir_holemask = XFS_INOBT_HOLEMASK_FULL;
119 if (!xfs_inobt_issparse(irec->ir_holemask))
144 irec->ir_free, irec->ir_holemask);
186 cur->bc_rec.i.ir_holemask = holemask;
481 if (!xfs_inobt_issparse(trec->ir_holemask) ||
482 !xfs_inobt_issparse(srec->ir_holemask))
521 trec->ir_holemask &= srec->ir_holemask;
563 error = xfs_inobt_insert_rec(cur, nrec->ir_holemask,
603 rec.ir_holemask, nrec->ir_startino,
604 nrec->ir_holemask);
610 nrec->ir_holemask);
845 rec.ir_holemask = ~allocmask;
862 rec.ir_holemask, rec.ir_count);
991 if (!xfs_inobt_issparse(rec->ir_holemask))
1852 if (!xfs_inobt_issparse(rec->ir_holemask)) {
1861 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0]));
1862 holemask[0] = rec->ir_holemask;
2081 error = xfs_inobt_insert_rec(cur, ibtrec->ir_holemask,
2683 if (!(irec.ir_holemask & (1U << hole_idx)))