Home
last modified time | relevance | path

Searched refs:ir_holemask (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c43 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()
492 if (!xfs_inobt_issparse(trec->ir_holemask) || in __xfs_inobt_can_merge()
493 !xfs_inobt_issparse(srec->ir_holemask)) in __xfs_inobt_can_merge()
532 trec->ir_holemask &= srec->ir_holemask; in __xfs_inobt_rec_merge()
[all …]
H A Dxfs_format.h1607 __be16 ir_holemask;/* hole mask for sparse chunks */ member
1617 uint16_t ir_holemask; /* hole mask for sparse chunks */ member
/linux/fs/xfs/scrub/
H A Dialloc_repair.c250 ri->rie.ir_holemask = 0xFFFF; in xrep_ibt_cluster_record()
257 ri->rie.ir_holemask &= ~xfs_inobt_maskn( in xrep_ibt_cluster_record()
H A Drmap_repair.c697 if (!xfs_inobt_issparse(irec.ir_holemask)) { in xrep_rmap_walk_inobt()
713 if (irec.ir_holemask & (1 << i)) in xrep_rmap_walk_inobt()
H A Dtrace.h2148 __entry->holemask = rec->ir_holemask;
/linux/fs/xfs/
H A Dxfs_trace.h1214 __entry->holemask = rec->ir_holemask;
1216 __entry->nholemask = nrec->ir_holemask;
1241 __entry->holemask = nrec->ir_holemask;