Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_itable.c194 if (xfs_inobt_maskn(i, inodes_per_cluster) & ~irec->ir_free) { in xfs_bulkstat_ichunk_ra()
242 (xfs_inobt_maskn(idx, XFS_INODES_PER_CHUNK - idx) & ~irec->ir_free)) { in xfs_bulkstat_grab_ichunk()
250 if (XFS_INOBT_MASK(i) & ~irec->ir_free) in xfs_bulkstat_grab_ichunk()
254 irec->ir_free |= xfs_inobt_maskn(0, idx); in xfs_bulkstat_grab_ichunk()
298 if (XFS_INOBT_MASK(chunkidx) & irbp->ir_free) in xfs_bulkstat_ag_ichunk()
419 irbp->ir_free = r.ir_free; in xfs_bulkstat()
454 irbp->ir_free = r.ir_free; in xfs_bulkstat()
604 buffer[bufidx].xi_allocmask = ~r.ir_free; in xfs_inumbers()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.c69 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()
106 irec->ir_free = be64_to_cpu(rec->inobt.ir_free); in xfs_inobt_get_rec()
122 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
964 offset = xfs_lowbit64(rec.ir_free); in xfs_dialloc_ag_inobt()
970 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1146 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1149 XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, (rec.ir_free == frec->ir_free) && in xfs_dialloc_ag_update_inobt()
1213 offset = xfs_lowbit64(rec.ir_free); in xfs_dialloc_ag()
1223 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
[all …]
Dxfs_ialloc_btree.c171 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
Dxfs_format.h1230 __be64 ir_free; /* free inode mask */ member
1236 xfs_inofree_t ir_free; /* free inode mask */ member