Lines Matching refs:ir_holemask

43 	cur->bc_rec.i.ir_holemask = 0;  in xfs_inobt_lookup()
63 rec.inobt.ir_u.sp.ir_holemask = cpu_to_be16(irec->ir_holemask); in xfs_inobt_update()
83 irec->ir_holemask = be16_to_cpu(rec->inobt.ir_u.sp.ir_holemask); in xfs_inobt_btrec_to_irec()
91 irec->ir_holemask = XFS_INOBT_HOLEMASK_FULL; in xfs_inobt_btrec_to_irec()
106 if (xfs_inobt_issparse(irec->ir_holemask)) in xfs_inobt_rec_freecount()
149 irec->ir_free, irec->ir_holemask); in xfs_inobt_complain_bad_rec()
192 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
490 if (!xfs_inobt_issparse(trec->ir_holemask) || in __xfs_inobt_can_merge()
491 !xfs_inobt_issparse(srec->ir_holemask)) in __xfs_inobt_can_merge()
530 trec->ir_holemask &= srec->ir_holemask; in __xfs_inobt_rec_merge()
568 error = xfs_inobt_insert_rec(cur, nrec->ir_holemask, in xfs_inobt_insert_sprec()
610 rec.ir_holemask, nrec->ir_startino, in xfs_inobt_insert_sprec()
611 nrec->ir_holemask); in xfs_inobt_insert_sprec()
617 nrec->ir_holemask); in xfs_inobt_insert_sprec()
664 error = xfs_inobt_insert_rec(cur, nrec->ir_holemask, in xfs_finobt_insert_sprec()
904 rec.ir_holemask = ~allocmask; in xfs_ialloc_ag_alloc()
920 rec.ir_holemask, rec.ir_count); in xfs_ialloc_ag_alloc()
1051 if (!xfs_inobt_issparse(rec->ir_holemask)) in xfs_inobt_first_free_inode()
1989 if (!xfs_inobt_issparse(rec->ir_holemask)) { in xfs_difree_inode_chunk()
1998 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); in xfs_difree_inode_chunk()
1999 holemask[0] = rec->ir_holemask; in xfs_difree_inode_chunk()
2221 error = xfs_inobt_insert_rec(cur, ibtrec->ir_holemask, in xfs_difree_finobt()
2831 if (!(irec.ir_holemask & (1U << hole_idx))) in xfs_ialloc_count_ondisk()