Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_itable.c204 if (xfs_inobt_maskn(i, inodes_per_cluster) & ~irec->ir_free) { in xfs_bulkstat_ichunk_ra()
252 (xfs_inobt_maskn(idx, XFS_INODES_PER_CHUNK - idx) & ~irec->ir_free)) { in xfs_bulkstat_grab_ichunk()
260 if (XFS_INOBT_MASK(i) & ~irec->ir_free) in xfs_bulkstat_grab_ichunk()
264 irec->ir_free |= xfs_inobt_maskn(0, idx); in xfs_bulkstat_grab_ichunk()
308 if (XFS_INOBT_MASK(chunkidx) & irbp->ir_free) in xfs_bulkstat_ag_ichunk()
429 irbp->ir_free = r.ir_free; in xfs_bulkstat()
466 irbp->ir_free = r.ir_free; in xfs_bulkstat()
616 buffer[bufidx].xi_allocmask = ~r.ir_free; in xfs_inumbers()
/fs/xfs/libxfs/
Dxfs_ialloc.c73 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()
97 rec.inobt.ir_free = cpu_to_be64(irec->ir_free); in xfs_inobt_update()
132 irec->ir_free = be64_to_cpu(rec->inobt.ir_free); in xfs_inobt_get_rec()
152 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
490 trec->ir_free &= srec->ir_free; in __xfs_inobt_rec_merge()
534 nrec->ir_free, &i); in xfs_inobt_insert_sprec()
812 rec.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
1094 return xfs_lowbit64(rec->ir_free); in xfs_inobt_first_free_inode()
1097 realfree &= rec->ir_free; in xfs_inobt_first_free_inode()
1337 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
[all …]
Dxfs_ialloc_btree.c193 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
Dxfs_format.h1312 __be64 ir_free; /* free inode mask */ member
1320 xfs_inofree_t ir_free; /* free inode mask */ member