Searched refs:bc_rec (Results 1 - 8 of 8) 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.c157 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino);
158 rec->inobt.ir_freecount = cpu_to_be32(cur->bc_rec.i.ir_freecount);
159 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free);
183 cur->bc_rec.i.ir_startino;
277 *l0 = cur->bc_rec.i.ir_startino;
278 *l1 = cur->bc_rec.i.ir_free;
H A Dxfs_alloc_btree.c243 ASSERT(cur->bc_rec.a.ar_startblock != 0);
245 rec->alloc.ar_startblock = cpu_to_be32(cur->bc_rec.a.ar_startblock);
246 rec->alloc.ar_blockcount = cpu_to_be32(cur->bc_rec.a.ar_blockcount);
267 xfs_alloc_rec_incore_t *rec = &cur->bc_rec.a;
391 *l0 = cur->bc_rec.a.ar_startblock;
392 *l1 = cur->bc_rec.a.ar_blockcount;
H A Dxfs_ialloc.c65 cur->bc_rec.i.ir_startino = ino;
66 cur->bc_rec.i.ir_freecount = 0;
67 cur->bc_rec.i.ir_free = 0;
387 cur->bc_rec.i.ir_startino = thisino;
388 cur->bc_rec.i.ir_freecount = XFS_INODES_PER_CHUNK;
389 cur->bc_rec.i.ir_free = XFS_INOBT_ALL_FREE;
H A Dxfs_btree.h247 } bc_rec; /* current insert/search record value */ member in struct:xfs_btree_cur
H A Dxfs_bmap_btree.c692 xfs_bmbt_disk_set_all(&rec->bmbt, &cur->bc_rec.b);
709 cur->bc_rec.b.br_startoff;
777 xfs_bmbt_set_all(&r, &cur->bc_rec.b);
H A Dxfs_bmap.c328 cur->bc_rec.b.br_startoff = off;
329 cur->bc_rec.b.br_startblock = bno;
330 cur->bc_rec.b.br_blockcount = len;
342 cur->bc_rec.b.br_startoff = off;
343 cur->bc_rec.b.br_startblock = bno;
344 cur->bc_rec.b.br_blockcount = len;
864 cur->bc_rec.b.br_state = XFS_EXT_NORM;
932 cur->bc_rec.b.br_state = XFS_EXT_NORM;
1013 cur->bc_rec.b.br_state = XFS_EXT_NORM;
1063 cur->bc_rec
[all...]
H A Dxfs_alloc.c72 cur->bc_rec.a.ar_startblock = bno;
73 cur->bc_rec.a.ar_blockcount = len;
88 cur->bc_rec.a.ar_startblock = bno;
89 cur->bc_rec.a.ar_blockcount = len;
104 cur->bc_rec.a.ar_startblock = bno;
105 cur->bc_rec.a.ar_blockcount = len;
H A Dxfs_btree.c263 new->bc_rec = cur->bc_rec;

Completed in 88 milliseconds