ir_freecount 1301 fs/xfs/libxfs/xfs_format.h __be32 ir_freecount; /* count of free inodes */ ir_freecount 1306 fs/xfs/libxfs/xfs_format.h __u8 ir_freecount; /* count of free inodes */ ir_freecount 1316 fs/xfs/libxfs/xfs_format.h uint8_t ir_freecount; /* count of free inodes (set bits) */ ir_freecount 44 fs/xfs/libxfs/xfs_ialloc.c cur->bc_rec.i.ir_freecount = 0; ir_freecount 64 fs/xfs/libxfs/xfs_ialloc.c rec.inobt.ir_u.sp.ir_freecount = irec->ir_freecount; ir_freecount 67 fs/xfs/libxfs/xfs_ialloc.c rec.inobt.ir_u.f.ir_freecount = cpu_to_be32(irec->ir_freecount); ir_freecount 84 fs/xfs/libxfs/xfs_ialloc.c irec->ir_freecount = rec->inobt.ir_u.sp.ir_freecount; ir_freecount 92 fs/xfs/libxfs/xfs_ialloc.c irec->ir_freecount = ir_freecount 93 fs/xfs/libxfs/xfs_ialloc.c be32_to_cpu(rec->inobt.ir_u.f.ir_freecount); ir_freecount 124 fs/xfs/libxfs/xfs_ialloc.c if (irec->ir_freecount > XFS_INODES_PER_CHUNK) ir_freecount 132 fs/xfs/libxfs/xfs_ialloc.c if (hweight64(realfree) != irec->ir_freecount) ir_freecount 143 fs/xfs/libxfs/xfs_ialloc.c irec->ir_startino, irec->ir_count, irec->ir_freecount, ir_freecount 162 fs/xfs/libxfs/xfs_ialloc.c cur->bc_rec.i.ir_freecount = freecount; ir_freecount 239 fs/xfs/libxfs/xfs_ialloc.c freecount += rec.ir_freecount; ir_freecount 493 fs/xfs/libxfs/xfs_ialloc.c trec->ir_freecount += srec->ir_freecount; ir_freecount 543 fs/xfs/libxfs/xfs_ialloc.c nrec->ir_count, nrec->ir_freecount, ir_freecount 823 fs/xfs/libxfs/xfs_ialloc.c rec.ir_freecount = newlen; ir_freecount 1171 fs/xfs/libxfs/xfs_ialloc.c if (rec.ir_freecount > 0) { ir_freecount 1233 fs/xfs/libxfs/xfs_ialloc.c if (useleft && trec.ir_freecount) { ir_freecount 1245 fs/xfs/libxfs/xfs_ialloc.c if (!useleft && rec.ir_freecount) { ir_freecount 1308 fs/xfs/libxfs/xfs_ialloc.c if (j == 1 && rec.ir_freecount > 0) { ir_freecount 1331 fs/xfs/libxfs/xfs_ialloc.c if (rec.ir_freecount > 0) ir_freecount 1347 fs/xfs/libxfs/xfs_ialloc.c rec.ir_freecount--; ir_freecount 1523 fs/xfs/libxfs/xfs_ialloc.c rec.ir_freecount--; ir_freecount 1526 fs/xfs/libxfs/xfs_ialloc.c (rec.ir_freecount == frec->ir_freecount)); ir_freecount 1600 fs/xfs/libxfs/xfs_ialloc.c rec.ir_freecount--; ir_freecount 1601 fs/xfs/libxfs/xfs_ialloc.c if (rec.ir_freecount) ir_freecount 1954 fs/xfs/libxfs/xfs_ialloc.c rec.ir_freecount++; ir_freecount 1973 fs/xfs/libxfs/xfs_ialloc.c ilen = rec.ir_freecount; ir_freecount 2055 fs/xfs/libxfs/xfs_ialloc.c XFS_WANT_CORRUPTED_GOTO(mp, ibtrec->ir_freecount == 1, error); ir_freecount 2059 fs/xfs/libxfs/xfs_ialloc.c ibtrec->ir_freecount, ir_freecount 2081 fs/xfs/libxfs/xfs_ialloc.c rec.ir_freecount++; ir_freecount 2084 fs/xfs/libxfs/xfs_ialloc.c (rec.ir_freecount == ibtrec->ir_freecount), ir_freecount 2721 fs/xfs/libxfs/xfs_ialloc.c ci->freecount += irec.ir_freecount; ir_freecount 198 fs/xfs/libxfs/xfs_ialloc_btree.c rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount; ir_freecount 201 fs/xfs/libxfs/xfs_ialloc_btree.c rec->inobt.ir_u.f.ir_freecount = ir_freecount 202 fs/xfs/libxfs/xfs_ialloc_btree.c cpu_to_be32(cur->bc_rec.i.ir_freecount); ir_freecount 75 fs/xfs/scrub/ialloc.c if (((irec->ir_freecount > 0 && !has_irec) || ir_freecount 76 fs/xfs/scrub/ialloc.c (irec->ir_freecount == 0 && has_irec))) ir_freecount 441 fs/xfs/scrub/ialloc.c irec.ir_freecount > XFS_INODES_PER_CHUNK) ir_freecount 444 fs/xfs/scrub/ialloc.c real_freecount = irec.ir_freecount + ir_freecount 482 fs/xfs/scrub/ialloc.c irec.ir_freecount > irec.ir_count) ir_freecount 337 fs/xfs/xfs_itable.c .xi_alloccount = irec->ir_count - irec->ir_freecount, ir_freecount 137 fs/xfs/xfs_iwalk.c irec->ir_freecount++; ir_freecount 410 fs/xfs/xfs_iwalk.c if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) {