Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_itable.c255 *icount = irec->ir_count - irec->ir_freecount; in xfs_bulkstat_grab_ichunk()
419 irbp->ir_count = r.ir_count; in xfs_bulkstat()
452 if (r.ir_freecount < r.ir_count) { in xfs_bulkstat()
456 irbp->ir_count = r.ir_count; in xfs_bulkstat()
460 icount += r.ir_count - r.ir_freecount; in xfs_bulkstat()
607 buffer[bufidx].xi_alloccount = r.ir_count - r.ir_freecount; in xfs_inumbers()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.c70 cur->bc_rec.i.ir_count = 0; in xfs_inobt_lookup()
90 rec.inobt.ir_u.sp.ir_count = irec->ir_count; in xfs_inobt_update()
119 irec->ir_count = rec->inobt.ir_u.sp.ir_count; in xfs_inobt_get_rec()
127 irec->ir_count = XFS_INODES_PER_CHUNK; in xfs_inobt_get_rec()
149 cur->bc_rec.i.ir_count = count; in xfs_inobt_insert_rec()
455 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge()
459 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) in __xfs_inobt_can_merge()
483 trec->ir_count += srec->ir_count; in __xfs_inobt_rec_merge()
534 nrec->ir_count, nrec->ir_freecount, in xfs_inobt_insert_sprec()
810 rec.ir_count = newlen; in xfs_ialloc_ag_alloc()
[all …]
Dxfs_ialloc_btree.c173 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count; in xfs_inobt_init_rec_from_cur()
507 if (inocount != rec->ir_count) in xfs_inobt_rec_check_count()
Dxfs_format.h1266 __u8 ir_count; /* total inode count */ member
1276 __uint8_t ir_count; /* total inode count */ member