Searched refs:ir_holemask (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dialloc.c98 fhole = frec.ir_holemask & (1U << fhole_idx);
155 hole = irec->ir_holemask & (1U << hole_idx);
201 hole = irec.ir_holemask & (1U << hole_idx);
243 fhole = frec->ir_holemask & (1U << hole_idx);
375 uint16_t ir_holemask; local
398 ir_holemask = (irec->ir_holemask & cluster_mask);
412 cluster_mask, ir_holemask,
417 if (ir_holemask != cluster_mask && ir_holemask !
[all...]
H A Dialloc_repair.c252 ri->rie.ir_holemask = 0xFFFF;
259 ri->rie.ir_holemask &= ~xfs_inobt_maskn(
H A Drmap_repair.c653 if (!xfs_inobt_issparse(irec.ir_holemask)) {
669 if (irec.ir_holemask & (1 << i))
H A Dtrace.h1651 __entry->holemask = rec->ir_holemask;
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c43 cur->bc_rec.i.ir_holemask = 0;
63 rec.inobt.ir_u.sp.ir_holemask = cpu_to_be16(irec->ir_holemask);
67 /* ir_holemask/ir_count not supported on-disk */
83 irec->ir_holemask = be16_to_cpu(rec->inobt.ir_u.sp.ir_holemask);
88 * ir_holemask/ir_count not supported on-disk. Fill in hardcoded
91 irec->ir_holemask = XFS_INOBT_HOLEMASK_FULL;
106 if (xfs_inobt_issparse(irec->ir_holemask))
149 irec->ir_free, irec->ir_holemask);
[all...]
H A Dxfs_ialloc_btree.c229 rec->inobt.ir_u.sp.ir_holemask =
230 cpu_to_be16(cur->bc_rec.i.ir_holemask);
234 /* ir_holemask/ir_count not supported on-disk */
662 allocbitmap = ~rec->ir_holemask & ((1 << XFS_INOBT_HOLEMASK_BITS) - 1);
672 ASSERT(nextbit < (sizeof(rec->ir_holemask) * NBBY));
H A Dxfs_format.h1437 __be16 ir_holemask;/* hole mask for sparse chunks */ member in struct:xfs_inobt_rec::__anon1040::__anon1042
1447 uint16_t ir_holemask; /* hole mask for sparse chunks */ member in struct:xfs_inobt_rec_incore

Completed in 187 milliseconds