Home
last modified time | relevance | path

Searched refs:bc_rec (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/
Dxfs_ialloc_btree.c161 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()
162 rec->inobt.ir_freecount = cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()
163 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
187 cur->bc_rec.i.ir_startino; in xfs_inobt_key_diff()
281 *l0 = cur->bc_rec.i.ir_startino; in xfs_inobt_trace_cursor()
282 *l1 = cur->bc_rec.i.ir_free; in xfs_inobt_trace_cursor()
Dxfs_alloc_btree.c242 ASSERT(cur->bc_rec.a.ar_startblock != 0); in xfs_allocbt_init_rec_from_cur()
244 rec->alloc.ar_startblock = cpu_to_be32(cur->bc_rec.a.ar_startblock); in xfs_allocbt_init_rec_from_cur()
245 rec->alloc.ar_blockcount = cpu_to_be32(cur->bc_rec.a.ar_blockcount); in xfs_allocbt_init_rec_from_cur()
266 xfs_alloc_rec_incore_t *rec = &cur->bc_rec.a; in xfs_allocbt_key_diff()
390 *l0 = cur->bc_rec.a.ar_startblock; in xfs_allocbt_trace_cursor()
391 *l1 = cur->bc_rec.a.ar_blockcount; in xfs_allocbt_trace_cursor()
Dxfs_ialloc.c70 cur->bc_rec.i.ir_startino = ino; in xfs_inobt_lookup_eq()
71 cur->bc_rec.i.ir_freecount = fcnt; in xfs_inobt_lookup_eq()
72 cur->bc_rec.i.ir_free = free; in xfs_inobt_lookup_eq()
88 cur->bc_rec.i.ir_startino = ino; in xfs_inobt_lookup_ge()
89 cur->bc_rec.i.ir_freecount = fcnt; in xfs_inobt_lookup_ge()
90 cur->bc_rec.i.ir_free = free; in xfs_inobt_lookup_ge()
106 cur->bc_rec.i.ir_startino = ino; in xfs_inobt_lookup_le()
107 cur->bc_rec.i.ir_freecount = fcnt; in xfs_inobt_lookup_le()
108 cur->bc_rec.i.ir_free = free; in xfs_inobt_lookup_le()
Dxfs_bmap_btree.c708 xfs_bmbt_disk_set_all(&rec->bmbt, &cur->bc_rec.b); in xfs_bmbt_init_rec_from_cur()
725 cur->bc_rec.b.br_startoff; in xfs_bmbt_key_diff()
799 xfs_bmbt_set_all(&r, &cur->bc_rec.b); in xfs_bmbt_trace_cursor()
Dxfs_bmap.c413 cur->bc_rec.b.br_startoff = off; in xfs_bmbt_lookup_eq()
414 cur->bc_rec.b.br_startblock = bno; in xfs_bmbt_lookup_eq()
415 cur->bc_rec.b.br_blockcount = len; in xfs_bmbt_lookup_eq()
427 cur->bc_rec.b.br_startoff = off; in xfs_bmbt_lookup_ge()
428 cur->bc_rec.b.br_startblock = bno; in xfs_bmbt_lookup_ge()
429 cur->bc_rec.b.br_blockcount = len; in xfs_bmbt_lookup_ge()
979 cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()
1055 cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()
1145 cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()
1200 cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()
[all …]
Dxfs_alloc.c102 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_eq()
103 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_eq()
118 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_ge()
119 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_ge()
134 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_le()
135 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_le()
Dxfs_btree.h247 } bc_rec; /* current insert/search record value */ member
Dxfs_btree.c267 new->bc_rec = cur->bc_rec; in xfs_btree_dup_cursor()