Searched refs:ir_freecount (Results 1 – 8 of 8) sorted by relevance
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()524 trec->ir_freecount += srec->ir_freecount; in __xfs_inobt_rec_merge()1347 rec.ir_freecount--; in xfs_dialloc_ag_inobt()1547 rec.ir_freecount--; in xfs_dialloc_ag_update_inobt()1551 rec.ir_freecount != frec->ir_freecount)) { in xfs_dialloc_ag_update_inobt()1631 rec.ir_freecount--; in xfs_dialloc_ag()2117 rec.ir_freecount++; in xfs_difree_inobt()[all …]
232 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()
1443 __be32 ir_freecount; /* count of free inodes */ member1448 __u8 ir_freecount; /* count of free inodes */ member1458 uint8_t ir_freecount; /* count of free inodes (set bits) */ member
141 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()
404 .xi_alloccount = irec->ir_count - irec->ir_freecount, in xfs_inumbers_walk()
190 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()
617 irec.ir_freecount > irec.ir_count) in xchk_iallocbt_rec()
2067 __entry->freecount = rec->ir_freecount;
Completed in 31 milliseconds