Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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 ! in xchk_iallocbt_check_cluster()
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dialloc.c222 uint16_t ir_holemask; in xchk_iallocbt_check_cluster() local
245 ir_holemask = (irec->ir_holemask & cluster_mask); in xchk_iallocbt_check_cluster()
259 cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster()
264 if (ir_holemask != cluster_mask && ir_holemask != 0) { in xchk_iallocbt_check_cluster()
270 if (ir_holemask) { in xchk_iallocbt_check_cluster()
463 if (!xfs_inobt_issparse(irec.ir_holemask)) { in xchk_iallocbt_rec()
475 holemask = irec.ir_holemask; in xchk_iallocbt_rec()
/kernel/linux/linux-5.10/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()
66 /* ir_holemask/ir_count not supported on-disk */ in xfs_inobt_update()
82 irec->ir_holemask = be16_to_cpu(rec->inobt.ir_u.sp.ir_holemask); in xfs_inobt_btrec_to_irec()
87 * ir_holemask/ir_count not supported on-disk. Fill in hardcoded in xfs_inobt_btrec_to_irec()
90 irec->ir_holemask = XFS_INOBT_HOLEMASK_FULL; in xfs_inobt_btrec_to_irec()
128 if (!xfs_inobt_issparse(irec->ir_holemask)) in xfs_inobt_get_rec()
144 irec->ir_free, irec->ir_holemask); in xfs_inobt_get_rec()
[all...]
H A Dxfs_ialloc_btree.c216 rec->inobt.ir_u.sp.ir_holemask = in xfs_inobt_init_rec_from_cur()
217 cpu_to_be16(cur->bc_rec.i.ir_holemask); in xfs_inobt_init_rec_from_cur()
221 /* ir_holemask/ir_count not supported on-disk */ in xfs_inobt_init_rec_from_cur()
577 allocbitmap = ~rec->ir_holemask & ((1 << XFS_INOBT_HOLEMASK_BITS) - 1); in xfs_inobt_irec_to_allocmask()
587 ASSERT(nextbit < (sizeof(rec->ir_holemask) * NBBY)); in xfs_inobt_irec_to_allocmask()
H A Dxfs_format.h1534 __be16 ir_holemask;/* hole mask for sparse chunks */ member
1544 uint16_t ir_holemask; /* hole mask for sparse chunks */ member
/kernel/linux/linux-6.6/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()
66 /* ir_holemask/ir_count not supported on-disk */ in xfs_inobt_update()
82 irec->ir_holemask = be16_to_cpu(rec->inobt.ir_u.sp.ir_holemask); in xfs_inobt_btrec_to_irec()
87 * ir_holemask/ir_count not supported on-disk. Fill in hardcoded 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()
[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()
225 /* ir_holemask/ir_count not supported on-disk */ 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

Completed in 16 milliseconds