Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_itable.c242 *icount = irec->ir_count - irec->ir_freecount; in xfs_bulkstat_grab_ichunk()
404 irbp->ir_count = r.ir_count; in xfs_bulkstat()
437 if (r.ir_freecount < r.ir_count) { in xfs_bulkstat()
441 irbp->ir_count = r.ir_count; in xfs_bulkstat()
445 icount += r.ir_count - r.ir_freecount; in xfs_bulkstat()
591 buffer[bufidx].xi_alloccount = r.ir_count - r.ir_freecount; in xfs_inumbers()
/linux-4.19.296/fs/xfs/scrub/
Dialloc.c290 if (irec.ir_count > XFS_INODES_PER_CHUNK || in xchk_iallocbt_rec()
295 (XFS_INODES_PER_CHUNK - irec.ir_count); in xchk_iallocbt_rec()
314 irec.ir_count * mp->m_sb.sb_inodesize); in xchk_iallocbt_rec()
320 if (irec.ir_count != XFS_INODES_PER_CHUNK) in xchk_iallocbt_rec()
335 irec.ir_freecount > irec.ir_count) in xchk_iallocbt_rec()
348 holecount + irec.ir_count != XFS_INODES_PER_CHUNK) in xchk_iallocbt_rec()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ialloc.c60 cur->bc_rec.i.ir_count = 0; in xfs_inobt_lookup()
80 rec.inobt.ir_u.sp.ir_count = irec->ir_count; in xfs_inobt_update()
100 irec->ir_count = rec->inobt.ir_u.sp.ir_count; in xfs_inobt_btrec_to_irec()
108 irec->ir_count = XFS_INODES_PER_CHUNK; in xfs_inobt_btrec_to_irec()
138 if (irec->ir_count < XFS_INODES_PER_HOLEMASK_BIT || in xfs_inobt_get_rec()
139 irec->ir_count > XFS_INODES_PER_CHUNK) in xfs_inobt_get_rec()
160 irec->ir_startino, irec->ir_count, irec->ir_freecount, in xfs_inobt_get_rec()
178 cur->bc_rec.i.ir_count = count; in xfs_inobt_insert_rec()
482 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge()
486 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) in __xfs_inobt_can_merge()
[all …]
Dxfs_ialloc_btree.c202 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count; in xfs_inobt_init_rec_from_cur()
532 if (inocount != rec->ir_count) in xfs_inobt_rec_check_count()
Dxfs_format.h1297 __u8 ir_count; /* total inode count */ member
1307 uint8_t ir_count; /* total inode count */ member