Searched refs:bc_rec (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_ialloc_btree.c964 startino - cur->bc_rec.i.ir_startino;
1933 nrec.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino);
1934 nrec.ir_freecount = cpu_to_be32(cur->bc_rec.i.ir_freecount);
1935 nrec.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free);
1986 cur->bc_rec.i.ir_startino = ino;
1987 cur->bc_rec.i.ir_freecount = fcnt;
1988 cur->bc_rec.i.ir_free = free;
2004 cur->bc_rec.i.ir_startino = ino;
2005 cur->bc_rec.i.ir_freecount = fcnt;
2006 cur->bc_rec
[all...]
H A Dxfs_alloc_btree.c1078 (int)cur->bc_rec.a.ar_startblock;
1080 (int)cur->bc_rec.a.ar_blockcount))
1082 (int)cur->bc_rec.a.ar_startblock;
2051 nrec.ar_startblock = cpu_to_be32(cur->bc_rec.a.ar_startblock);
2052 nrec.ar_blockcount = cpu_to_be32(cur->bc_rec.a.ar_blockcount);
2102 cur->bc_rec.a.ar_startblock = bno;
2103 cur->bc_rec.a.ar_blockcount = len;
2118 cur->bc_rec.a.ar_startblock = bno;
2119 cur->bc_rec.a.ar_blockcount = len;
2134 cur->bc_rec
[all...]
H A Dxfs_btree.h149 } bc_rec; /* current insert/search record value */ member in struct:xfs_btree_cur
H A Dxfs_bmap_btree.c265 xfs_bmbt_set_all(&r, &cur->bc_rec.b);
1082 rp = &cur->bc_rec.b;
2096 xfs_bmbt_disk_set_all(&nrec, &cur->bc_rec.b);
2211 cur->bc_rec.b.br_startoff = off;
2212 cur->bc_rec.b.br_startblock = bno;
2213 cur->bc_rec.b.br_blockcount = len;
2225 cur->bc_rec.b.br_startoff = off;
2226 cur->bc_rec.b.br_startblock = bno;
2227 cur->bc_rec.b.br_blockcount = len;
H A Dxfs_btree.c426 new->bc_rec = cur->bc_rec;
H A Dxfs_bmap.c950 cur->bc_rec.b.br_state = XFS_EXT_NORM;
1030 cur->bc_rec.b.br_state = XFS_EXT_NORM;
1125 cur->bc_rec.b.br_state = XFS_EXT_NORM;
1180 cur->bc_rec.b.br_state = XFS_EXT_NORM;
1641 cur->bc_rec.b = *new;
1731 cur->bc_rec.b.br_state = XFS_EXT_NORM;
1779 cur->bc_rec.b = PREV;
1787 cur->bc_rec.b = *new;
2256 cur->bc_rec.b.br_state = new->br_state;
3248 cur->bc_rec
[all...]

Completed in 120 milliseconds