Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dialloc.c602 iabt->inodes += irec.ir_count; in xchk_iallocbt_rec()
606 if (irec.ir_count != XFS_INODES_PER_CHUNK) in xchk_iallocbt_rec()
620 irec.ir_freecount > irec.ir_count) in xchk_iallocbt_rec()
634 holecount + irec.ir_count != XFS_INODES_PER_CHUNK) in xchk_iallocbt_rec()
H A Dtrace.h2182 __entry->count = rec->ir_count;
/linux/fs/xfs/
H A Dxfs_iwalk.c434 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1614 __u8 ir_count; /* total inode count */ member
1624 uint8_t ir_count; /* total inode count */ member