Searched refs:ir_freecount (Results 1 – 6 of 6) sorted by relevance
64 rec.inobt.ir_u.sp.ir_freecount = irec->ir_freecount; in xfs_inobt_update()67 rec.inobt.ir_u.f.ir_freecount = cpu_to_be32(irec->ir_freecount); in xfs_inobt_update()84 irec->ir_freecount = rec->inobt.ir_u.sp.ir_freecount; in xfs_inobt_btrec_to_irec()92 irec->ir_freecount = in xfs_inobt_btrec_to_irec()490 trec->ir_freecount += srec->ir_freecount; in __xfs_inobt_rec_merge()1227 rec.ir_freecount--; in xfs_dialloc_ag_inobt()1413 rec.ir_freecount--; in xfs_dialloc_ag_update_inobt()1417 rec.ir_freecount != frec->ir_freecount)) in xfs_dialloc_ag_update_inobt()1489 rec.ir_freecount--; in xfs_dialloc_ag()1948 rec.ir_freecount++; in xfs_difree_inobt()[all …]
221 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount; in xfs_inobt_init_rec_from_cur()224 rec->inobt.ir_u.f.ir_freecount = in xfs_inobt_init_rec_from_cur()225 cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()
1355 __be32 ir_freecount; /* count of free inodes */ member1360 __u8 ir_freecount; /* count of free inodes */ member1370 uint8_t ir_freecount; /* count of free inodes (set bits) */ member
75 if (((irec->ir_freecount > 0 && !has_irec) || in xchk_iallocbt_chunk_xref_other()76 (irec->ir_freecount == 0 && has_irec))) in xchk_iallocbt_chunk_xref_other()439 irec.ir_freecount > XFS_INODES_PER_CHUNK) in xchk_iallocbt_rec()442 real_freecount = irec.ir_freecount + in xchk_iallocbt_rec()480 irec.ir_freecount > irec.ir_count) in xchk_iallocbt_rec()
145 irec->ir_freecount++; in xfs_iwalk_adjust_start()443 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag()
370 .xi_alloccount = irec->ir_count - irec->ir_freecount, in xfs_inumbers_walk()
Completed in 26 milliseconds