Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_itable.c181 if (xfs_inobt_maskn(i, inodes_per_cluster) & ~irec->ir_free) { in xfs_bulkstat_ichunk_ra()
229 (xfs_inobt_maskn(idx, XFS_INODES_PER_CHUNK - idx) & ~irec->ir_free)) { in xfs_bulkstat_grab_ichunk()
237 if (XFS_INOBT_MASK(i) & ~irec->ir_free) in xfs_bulkstat_grab_ichunk()
241 irec->ir_free |= xfs_inobt_maskn(0, idx); in xfs_bulkstat_grab_ichunk()
285 if (XFS_INOBT_MASK(chunkidx) & irbp->ir_free) in xfs_bulkstat_ag_ichunk()
406 irbp->ir_free = r.ir_free; in xfs_bulkstat()
443 irbp->ir_free = r.ir_free; in xfs_bulkstat()
592 buffer[bufidx].xi_allocmask = ~r.ir_free; in xfs_inumbers()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ialloc.c62 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()
86 rec.inobt.ir_free = cpu_to_be64(irec->ir_free); in xfs_inobt_update()
112 irec->ir_free = be64_to_cpu(rec->inobt.ir_free); in xfs_inobt_btrec_to_irec()
146 realfree = irec->ir_free; in xfs_inobt_get_rec()
148 realfree = irec->ir_free & xfs_inobt_irec_to_allocmask(irec); in xfs_inobt_get_rec()
161 irec->ir_free, irec->ir_holemask); in xfs_inobt_get_rec()
180 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
518 trec->ir_free &= srec->ir_free; in __xfs_inobt_rec_merge()
562 nrec->ir_free, &i); in xfs_inobt_insert_sprec()
840 rec.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
[all …]
Dxfs_ialloc_btree.c209 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
Dxfs_format.h1301 __be64 ir_free; /* free inode mask */ member
1309 xfs_inofree_t ir_free; /* free inode mask */ member
/Linux-v4.19/fs/xfs/scrub/
Dialloc.c157 if (irec->ir_free & XFS_INOBT_MASK(chunkino + clusterino)) in xchk_iallocbt_check_cluster_freemask()
296 if (real_freecount != xchk_iallocbt_freecount(irec.ir_free)) in xchk_iallocbt_rec()
334 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
Dinode.c467 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()