Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ialloc.c61 cur->bc_rec.i.ir_freecount = 0; in xfs_inobt_lookup()
81 rec.inobt.ir_u.sp.ir_freecount = irec->ir_freecount; in xfs_inobt_update()
84 rec.inobt.ir_u.f.ir_freecount = cpu_to_be32(irec->ir_freecount); in xfs_inobt_update()
101 irec->ir_freecount = rec->inobt.ir_u.sp.ir_freecount; in xfs_inobt_btrec_to_irec()
109 irec->ir_freecount = in xfs_inobt_btrec_to_irec()
110 be32_to_cpu(rec->inobt.ir_u.f.ir_freecount); in xfs_inobt_btrec_to_irec()
141 if (irec->ir_freecount > XFS_INODES_PER_CHUNK) in xfs_inobt_get_rec()
149 if (hweight64(realfree) != irec->ir_freecount) in xfs_inobt_get_rec()
160 irec->ir_startino, irec->ir_count, irec->ir_freecount, in xfs_inobt_get_rec()
179 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec()
[all …]
Dxfs_ialloc_btree.c203 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount; in xfs_inobt_init_rec_from_cur()
206 rec->inobt.ir_u.f.ir_freecount = in xfs_inobt_init_rec_from_cur()
207 cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()
Dxfs_format.h1293 __be32 ir_freecount; /* count of free inodes */ member
1298 __u8 ir_freecount; /* count of free inodes */ member
1308 uint8_t ir_freecount; /* count of free inodes (set bits) */ member
/linux-4.19.296/fs/xfs/
Dxfs_itable.c238 irec->ir_freecount++; in xfs_bulkstat_grab_ichunk()
242 *icount = irec->ir_count - irec->ir_freecount; in xfs_bulkstat_grab_ichunk()
405 irbp->ir_freecount = r.ir_freecount; in xfs_bulkstat()
437 if (r.ir_freecount < r.ir_count) { in xfs_bulkstat()
442 irbp->ir_freecount = r.ir_freecount; in xfs_bulkstat()
445 icount += r.ir_count - r.ir_freecount; in xfs_bulkstat()
591 buffer[bufidx].xi_alloccount = r.ir_count - r.ir_freecount; in xfs_inumbers()
/linux-4.19.296/fs/xfs/scrub/
Dialloc.c71 if (((irec->ir_freecount > 0 && !has_irec) || in xchk_iallocbt_chunk_xref_other()
72 (irec->ir_freecount == 0 && has_irec))) in xchk_iallocbt_chunk_xref_other()
291 irec.ir_freecount > XFS_INODES_PER_CHUNK) in xchk_iallocbt_rec()
294 real_freecount = irec.ir_freecount + in xchk_iallocbt_rec()
335 irec.ir_freecount > irec.ir_count) in xchk_iallocbt_rec()