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

/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c45 cur->bc_rec.i.ir_freecount = 0;
65 rec.inobt.ir_u.sp.ir_freecount = irec->ir_freecount;
68 rec.inobt.ir_u.f.ir_freecount = cpu_to_be32(irec->ir_freecount);
85 irec->ir_freecount = rec->inobt.ir_u.sp.ir_freecount;
93 irec->ir_freecount =
94 be32_to_cpu(rec->inobt.ir_u.f.ir_freecount);
126 if (irec->ir_freecount > XFS_INODES_PER_CHUN
[all...]
H A Dxfs_ialloc_btree.c232 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount;
235 rec->inobt.ir_u.f.ir_freecount =
236 cpu_to_be32(cur->bc_rec.i.ir_freecount);
H A Dxfs_format.h1434 __be32 ir_freecount; /* count of free inodes */ member in struct:xfs_inobt_rec::__anon1040::__anon1041
1439 __u8 ir_freecount; /* count of free inodes */ member in struct:xfs_inobt_rec::__anon1040::__anon1042
1449 uint8_t ir_freecount; /* count of free inodes (set bits) */ member in struct:xfs_inobt_rec_incore
/linux-master/fs/xfs/scrub/
H A Dialloc_repair.c190 ri->rie.ir_freecount = xfs_inobt_rec_freecount(&ri->rie);
194 if (ri->rie.ir_freecount > 0)
H A Dialloc.c617 irec.ir_freecount > irec.ir_count)
H A Dtrace.h1653 __entry->freecount = rec->ir_freecount;
/linux-master/fs/xfs/
H A Dxfs_iwalk.c141 irec->ir_freecount = hweight64(irec->ir_free);
439 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) {
H A Dxfs_itable.c396 .xi_alloccount = irec->ir_count - irec->ir_freecount,

Completed in 390 milliseconds