Searched refs:bc_rec (Results 1 – 8 of 8) sorted by relevance
169 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()170 rec->inobt.ir_freecount = cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()171 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()206 cur->bc_rec.i.ir_startino; in xfs_inobt_key_diff()
232 ASSERT(cur->bc_rec.a.ar_startblock != 0); in xfs_allocbt_init_rec_from_cur()234 rec->alloc.ar_startblock = cpu_to_be32(cur->bc_rec.a.ar_startblock); in xfs_allocbt_init_rec_from_cur()235 rec->alloc.ar_blockcount = cpu_to_be32(cur->bc_rec.a.ar_blockcount); in xfs_allocbt_init_rec_from_cur()256 xfs_alloc_rec_incore_t *rec = &cur->bc_rec.a; in xfs_allocbt_key_diff()
115 cur->bc_rec.b.br_startoff = off; in xfs_bmbt_lookup_eq()116 cur->bc_rec.b.br_startblock = bno; in xfs_bmbt_lookup_eq()117 cur->bc_rec.b.br_blockcount = len; in xfs_bmbt_lookup_eq()129 cur->bc_rec.b.br_startoff = off; in xfs_bmbt_lookup_ge()130 cur->bc_rec.b.br_startblock = bno; in xfs_bmbt_lookup_ge()131 cur->bc_rec.b.br_blockcount = len; in xfs_bmbt_lookup_ge()1943 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()2013 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()2097 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()2166 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()[all …]
67 cur->bc_rec.i.ir_startino = ino; in xfs_inobt_lookup()68 cur->bc_rec.i.ir_freecount = 0; in xfs_inobt_lookup()69 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()121 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec()122 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
62 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_eq()63 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_eq()78 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_ge()79 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_ge()94 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_le()95 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_le()
202 } bc_rec; /* current insert/search record value */ member
618 xfs_bmbt_disk_set_all(&rec->bmbt, &cur->bc_rec.b); in xfs_bmbt_init_rec_from_cur()635 cur->bc_rec.b.br_startoff; in xfs_bmbt_key_diff()
347 new->bc_rec = cur->bc_rec; in xfs_btree_dup_cursor()