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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ialloc_btree.h50 __be32 ir_freecount; /* count of free inodes (set bits) */ member in struct:xfs_inobt_rec
56 __int32_t ir_freecount; /* count of free inodes (set bits) */ member in struct:xfs_inobt_rec_incore
H A Dxfs_itable.c325 r.ir_freecount++;
329 irbp->ir_freecount = r.ir_freecount;
333 icount = XFS_INODES_PER_CHUNK - r.ir_freecount;
393 if (r.ir_freecount < XFS_INODES_PER_CHUNK) {
410 irbp->ir_freecount = r.ir_freecount;
413 icount += XFS_INODES_PER_CHUNK - r.ir_freecount;
440 irbp->ir_freecount < XFS_INODES_PER_CHUNK;
477 irbp->ir_freecount
[all...]
H A Dxfs_ialloc.c66 cur->bc_rec.i.ir_freecount = 0;
83 rec.inobt.ir_freecount = cpu_to_be32(irec->ir_freecount);
103 irec->ir_freecount = be32_to_cpu(rec->inobt.ir_freecount);
134 freecount += rec.ir_freecount;
388 cur->bc_rec.i.ir_freecount = XFS_INODES_PER_CHUNK;
813 if (rec.ir_freecount > 0) {
887 if (useleft && trec.ir_freecount) {
899 if (!useleft && rec.ir_freecount) {
[all...]
H A Dxfs_ialloc_btree.c158 rec->inobt.ir_freecount = cpu_to_be32(cur->bc_rec.i.ir_freecount);
301 *l1 = be32_to_cpu(rec->inobt.ir_freecount);

Completed in 55 milliseconds