Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_ialloc.c44 cur->bc_rec.i.ir_freecount = 0; in xfs_inobt_lookup()
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()
93 be32_to_cpu(rec->inobt.ir_u.f.ir_freecount); in xfs_inobt_btrec_to_irec()
123 if (irec->ir_freecount > XFS_INODES_PER_CHUNK) in xfs_inobt_get_rec()
131 if (hweight64(realfree) != irec->ir_freecount) in xfs_inobt_get_rec()
143 irec->ir_startino, irec->ir_count, irec->ir_freecount, in xfs_inobt_get_rec()
162 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec()
[all …]
Dxfs_ialloc_btree.c221 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()
Dxfs_format.h1444 __be32 ir_freecount; /* count of free inodes */ member
1449 __u8 ir_freecount; /* count of free inodes */ member
1459 uint8_t ir_freecount; /* count of free inodes (set bits) */ member
/linux-6.1.9/fs/xfs/scrub/
Dialloc.c75 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()
438 irec.ir_freecount > XFS_INODES_PER_CHUNK) in xchk_iallocbt_rec()
441 real_freecount = irec.ir_freecount + in xchk_iallocbt_rec()
479 irec.ir_freecount > irec.ir_count) in xchk_iallocbt_rec()
/linux-6.1.9/fs/xfs/
Dxfs_iwalk.c145 irec->ir_freecount++; in xfs_iwalk_adjust_start()
443 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag()
Dxfs_itable.c385 .xi_alloccount = irec->ir_count - irec->ir_freecount, in xfs_inumbers_walk()