Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dialloc.c98 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()
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c42 cur->bc_rec.i.ir_holemask = 0; in xfs_inobt_lookup()
62 rec.inobt.ir_u.sp.ir_holemask = cpu_to_be16(irec->ir_holemask); in xfs_inobt_update()
82 irec->ir_holemask = be16_to_cpu(rec->inobt.ir_u.sp.ir_holemask); in xfs_inobt_btrec_to_irec()
90 irec->ir_holemask = XFS_INOBT_HOLEMASK_FULL; in xfs_inobt_btrec_to_irec()
119 if (!xfs_inobt_issparse(irec->ir_holemask)) in xfs_inobt_check_irec()
144 irec->ir_free, irec->ir_holemask); in xfs_inobt_complain_bad_rec()
186 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
481 if (!xfs_inobt_issparse(trec->ir_holemask) || in __xfs_inobt_can_merge()
482 !xfs_inobt_issparse(srec->ir_holemask)) in __xfs_inobt_can_merge()
521 trec->ir_holemask &= srec->ir_holemask; in __xfs_inobt_rec_merge()
[all …]
H A Dxfs_ialloc_btree.c220 rec->inobt.ir_u.sp.ir_holemask = in xfs_inobt_init_rec_from_cur()
221 cpu_to_be16(cur->bc_rec.i.ir_holemask); in xfs_inobt_init_rec_from_cur()
648 allocbitmap = ~rec->ir_holemask & ((1 << XFS_INOBT_HOLEMASK_BITS) - 1); in xfs_inobt_irec_to_allocmask()
658 ASSERT(nextbit < (sizeof(rec->ir_holemask) * NBBY)); in xfs_inobt_irec_to_allocmask()
H A Dxfs_format.h1447 __be16 ir_holemask;/* hole mask for sparse chunks */ member
1457 uint16_t ir_holemask; /* hole mask for sparse chunks */ member