Home
last modified time | relevance | path

Searched refs:ir_free (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_ialloc.c45 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()
69 rec.inobt.ir_free = cpu_to_be64(irec->ir_free); in xfs_inobt_update()
95 irec->ir_free = be64_to_cpu(rec->inobt.ir_free); in xfs_inobt_btrec_to_irec()
128 realfree = irec->ir_free; in xfs_inobt_get_rec()
130 realfree = irec->ir_free & xfs_inobt_irec_to_allocmask(irec); in xfs_inobt_get_rec()
144 irec->ir_free, irec->ir_holemask); in xfs_inobt_get_rec()
163 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
497 trec->ir_free &= srec->ir_free; in __xfs_inobt_rec_merge()
540 nrec->ir_free, &i); in xfs_inobt_insert_sprec()
827 rec.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
[all …]
Dxfs_ialloc_btree.c227 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
Dxfs_format.h1452 __be64 ir_free; /* free inode mask */ member
1460 xfs_inofree_t ir_free; /* free inode mask */ member
/linux-6.1.9/fs/xfs/
Dxfs_iwalk.c113 if (imask & ~irec->ir_free) { in xfs_iwalk_ichunk_ra()
144 if (XFS_INOBT_MASK(i) & ~irec->ir_free) in xfs_iwalk_adjust_start()
148 irec->ir_free |= xfs_inobt_maskn(0, idx); in xfs_iwalk_adjust_start()
214 if (XFS_INOBT_MASK(j) & irec->ir_free) in xfs_iwalk_ag_recs()
Dxfs_itable.c386 .xi_allocmask = ~irec->ir_free, in xfs_inumbers_walk()
Dxfs_trace.h3815 __entry->freemask = irec->ir_free;
/linux-6.1.9/fs/xfs/scrub/
Dialloc.c167 irec_free = (irec->ir_free & XFS_INOBT_MASK(irec_ino)); in xchk_iallocbt_check_cluster_ifree()
443 if (real_freecount != xchk_iallocbt_freecount(irec.ir_free)) in xchk_iallocbt_rec()
478 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
Dinode.c495 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()