Searched refs:ir_free (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.h51 __be64 ir_free; /* free inode mask */ member in struct:xfs_inobt_rec
57 xfs_inofree_t ir_free; /* free inode mask */ member in struct:xfs_inobt_rec_incore
H A Dxfs_itable.c317 ~r.ir_free) {
324 if (XFS_INOBT_MASK(i) & ~r.ir_free)
327 r.ir_free |= xfs_inobt_maskn(0, chunkidx);
330 irbp->ir_free = r.ir_free;
405 & ~r.ir_free)
411 irbp->ir_free = r.ir_free;
469 if (XFS_INOBT_MASK(chunkidx) & irbp->ir_free) {
691 buffer[bufidx].xi_allocmask = ~r.ir_free;
[all...]
H A Dxfs_ialloc_btree.c159 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free);
278 *l1 = cur->bc_rec.i.ir_free;
302 *l2 = be64_to_cpu(rec->inobt.ir_free);
H A Dxfs_ialloc.c67 cur->bc_rec.i.ir_free = 0;
84 rec.inobt.ir_free = cpu_to_be64(irec->ir_free);
104 irec->ir_free = be64_to_cpu(rec->inobt.ir_free);
389 cur->bc_rec.i.ir_free = XFS_INOBT_ALL_FREE;
983 offset = xfs_ialloc_find_free(&rec.ir_free);
989 rec.ir_free &= ~XFS_INOBT_MASK(offset);
1121 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off)));
1125 rec.ir_free |
[all...]

Completed in 64 milliseconds