Searched refs:bc_rec (Results 1 – 8 of 8) sorted by relevance
157 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()158 rec->inobt.ir_freecount = cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()159 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()183 cur->bc_rec.i.ir_startino; in xfs_inobt_key_diff()
236 ASSERT(cur->bc_rec.a.ar_startblock != 0); in xfs_allocbt_init_rec_from_cur()238 rec->alloc.ar_startblock = cpu_to_be32(cur->bc_rec.a.ar_startblock); in xfs_allocbt_init_rec_from_cur()239 rec->alloc.ar_blockcount = cpu_to_be32(cur->bc_rec.a.ar_blockcount); in xfs_allocbt_init_rec_from_cur()260 xfs_alloc_rec_incore_t *rec = &cur->bc_rec.a; in xfs_allocbt_key_diff()
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()428 cur->bc_rec.i.ir_startino = thisino; in xfs_ialloc_ag_alloc()429 cur->bc_rec.i.ir_freecount = XFS_INODES_PER_CHUNK; in xfs_ialloc_ag_alloc()430 cur->bc_rec.i.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
132 cur->bc_rec.b.br_startoff = off; in xfs_bmbt_lookup_eq()133 cur->bc_rec.b.br_startblock = bno; in xfs_bmbt_lookup_eq()134 cur->bc_rec.b.br_blockcount = len; in xfs_bmbt_lookup_eq()146 cur->bc_rec.b.br_startoff = off; in xfs_bmbt_lookup_ge()147 cur->bc_rec.b.br_startblock = bno; in xfs_bmbt_lookup_ge()148 cur->bc_rec.b.br_blockcount = len; in xfs_bmbt_lookup_ge()2260 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()2330 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()2414 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()2483 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()[all …]
63 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_eq()64 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_eq()79 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_ge()80 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_ge()95 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_le()96 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_le()
705 xfs_bmbt_disk_set_all(&rec->bmbt, &cur->bc_rec.b); in xfs_bmbt_init_rec_from_cur()722 cur->bc_rec.b.br_startoff; in xfs_bmbt_key_diff()
253 } bc_rec; /* current insert/search record value */ member
351 new->bc_rec = cur->bc_rec; in xfs_btree_dup_cursor()