Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iwalk.c140 irec->ir_freecount = hweight64(irec->ir_free); in xfs_iwalk_adjust_start()
434 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1610 __be32 ir_freecount; /* count of free inodes */ member
1615 __u8 ir_freecount; /* count of free inodes */ member
1625 uint8_t ir_freecount; /* count of free inodes (set bits) */ member
/linux/fs/xfs/scrub/
H A Dialloc.c620 irec.ir_freecount > irec.ir_count) in xchk_iallocbt_rec()
H A Dtrace.h2183 __entry->freecount = rec->ir_freecount;