Searched refs:ir_freecount (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_ialloc.c671 &rec.ir_freecount, &rec.ir_free, &i)))
674 freecount += rec.ir_freecount;
691 &rec.ir_freecount, &rec.ir_free, &j)) == 0 &&
693 rec.ir_freecount > 0) {
725 &trec.ir_freecount,
739 &rec.ir_freecount,
768 if (useleft && trec.ir_freecount) {
782 if (!useleft && rec.ir_freecount) {
803 &trec.ir_freecount,
823 &rec.ir_freecount,
[all...]
H A Dxfs_ialloc_btree.h52 __be32 ir_freecount; /* count of free inodes (set bits) */ member in struct:xfs_inobt_rec
58 __int32_t ir_freecount; /* count of free inodes (set bits) */ member in struct:xfs_inobt_rec_incore
H A Dxfs_itable.c442 irbp->ir_freecount = gcnt;
516 irbp->ir_freecount = gcnt;
545 irbp->ir_freecount < XFS_INODES_PER_CHUNK;
612 irbp->ir_freecount++;
H A Dxfs_ialloc_btree.c1817 *fcnt = be32_to_cpu(rec->ir_freecount);
1934 nrec.ir_freecount = cpu_to_be32(cur->bc_rec.i.ir_freecount);
1987 cur->bc_rec.i.ir_freecount = fcnt;
2005 cur->bc_rec.i.ir_freecount = fcnt;
2023 cur->bc_rec.i.ir_freecount = fcnt;
2064 rp->ir_freecount = cpu_to_be32(fcnt);

Completed in 105 milliseconds