Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc.c45 cur->bc_rec.i.ir_freecount = 0; in xfs_inobt_lookup()
65 rec.inobt.ir_u.sp.ir_freecount = irec->ir_freecount; in xfs_inobt_update()
68 rec.inobt.ir_u.f.ir_freecount = cpu_to_be32(irec->ir_freecount); in xfs_inobt_update()
85 irec->ir_freecount = rec->inobt.ir_u.sp.ir_freecount; in xfs_inobt_btrec_to_irec()
93 irec->ir_freecount = in xfs_inobt_btrec_to_irec()
94 be32_to_cpu(rec->inobt.ir_u.f.ir_freecount); in xfs_inobt_btrec_to_irec()
126 if (irec->ir_freecount > XFS_INODES_PER_CHUNK) in xfs_inobt_check_irec()
129 if (xfs_inobt_rec_freecount(irec) != irec->ir_freecount) in xfs_inobt_check_irec()
148 irec->ir_startino, irec->ir_count, irec->ir_freecount, in xfs_inobt_complain_bad_rec()
194 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec()
[all …]
Dxfs_ialloc_btree.c232 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount; in xfs_inobt_init_rec_from_cur()
235 rec->inobt.ir_u.f.ir_freecount = in xfs_inobt_init_rec_from_cur()
236 cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()
Dxfs_format.h1443 __be32 ir_freecount; /* count of free inodes */ member
1448 __u8 ir_freecount; /* count of free inodes */ member
1458 uint8_t ir_freecount; /* count of free inodes (set bits) */ member
/linux-6.12.1/fs/xfs/
Dxfs_iwalk.c141 irec->ir_freecount = hweight64(irec->ir_free); in xfs_iwalk_adjust_start()
438 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag()
Dxfs_itable.c404 .xi_alloccount = irec->ir_count - irec->ir_freecount, in xfs_inumbers_walk()
/linux-6.12.1/fs/xfs/scrub/
Dialloc_repair.c190 ri->rie.ir_freecount = xfs_inobt_rec_freecount(&ri->rie); in xrep_ibt_stash()
194 if (ri->rie.ir_freecount > 0) in xrep_ibt_stash()
Dialloc.c617 irec.ir_freecount > irec.ir_count) in xchk_iallocbt_rec()
Dtrace.h2067 __entry->freecount = rec->ir_freecount;