Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc_btree.c169 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()
172 cpu_to_be16(cur->bc_rec.i.ir_holemask); in xfs_inobt_init_rec_from_cur()
173 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count; in xfs_inobt_init_rec_from_cur()
174 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount; in xfs_inobt_init_rec_from_cur()
178 cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()
180 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
215 cur->bc_rec.i.ir_startino; in xfs_inobt_key_diff()
Dxfs_alloc_btree.c232 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()
Dxfs_ialloc.c68 cur->bc_rec.i.ir_startino = ino; in xfs_inobt_lookup()
69 cur->bc_rec.i.ir_holemask = 0; in xfs_inobt_lookup()
70 cur->bc_rec.i.ir_count = 0; in xfs_inobt_lookup()
71 cur->bc_rec.i.ir_freecount = 0; in xfs_inobt_lookup()
72 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()
148 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
149 cur->bc_rec.i.ir_count = count; in xfs_inobt_insert_rec()
150 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec()
151 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
Dxfs_bmap.c115 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()
1942 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()
2012 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()
2096 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()
2165 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; in xfs_bmap_add_extent_delay_real()
[all …]
Dxfs_alloc.c62 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()
Dxfs_bmap_btree.c619 xfs_bmbt_disk_set_all(&rec->bmbt, &cur->bc_rec.b); in xfs_bmbt_init_rec_from_cur()
636 cur->bc_rec.b.br_startoff; in xfs_bmbt_key_diff()
Dxfs_btree.h209 } bc_rec; /* current insert/search record value */ member
Dxfs_btree.c362 new->bc_rec = cur->bc_rec; in xfs_btree_dup_cursor()