Searched refs:ir_freecount (Results 1 – 4 of 4) sorted by relevance
68 cur->bc_rec.i.ir_freecount = 0; in xfs_inobt_lookup()85 rec.inobt.ir_freecount = cpu_to_be32(irec->ir_freecount); in xfs_inobt_update()105 irec->ir_freecount = be32_to_cpu(rec->inobt.ir_freecount); in xfs_inobt_get_rec()121 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec()196 freecount += rec.ir_freecount; in xfs_check_agi_freecount()794 if (rec.ir_freecount > 0) { in xfs_dialloc_ag_inobt()868 if (useleft && trec.ir_freecount) { in xfs_dialloc_ag_inobt()880 if (!useleft && rec.ir_freecount) { in xfs_dialloc_ag_inobt()932 if (j == 1 && rec.ir_freecount > 0) { in xfs_dialloc_ag_inobt()955 if (rec.ir_freecount > 0) in xfs_dialloc_ag_inobt()[all …]
170 rec->inobt.ir_freecount = cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()
1229 __be32 ir_freecount; /* count of free inodes (set bits) */ member1235 __int32_t ir_freecount; /* count of free inodes (set bits) */ member
251 irec->ir_freecount++; in xfs_bulkstat_grab_ichunk()255 *icount = XFS_INODES_PER_CHUNK - irec->ir_freecount; in xfs_bulkstat_grab_ichunk()418 irbp->ir_freecount = r.ir_freecount; in xfs_bulkstat()450 if (r.ir_freecount < XFS_INODES_PER_CHUNK) { in xfs_bulkstat()453 irbp->ir_freecount = r.ir_freecount; in xfs_bulkstat()456 icount += XFS_INODES_PER_CHUNK - r.ir_freecount; in xfs_bulkstat()603 XFS_INODES_PER_CHUNK - r.ir_freecount; in xfs_inumbers()