Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rmap.c46 cur->bc_rec.r.rm_startblock = bno; in xfs_rmap_lookup_le()
47 cur->bc_rec.r.rm_blockcount = len; in xfs_rmap_lookup_le()
48 cur->bc_rec.r.rm_owner = owner; in xfs_rmap_lookup_le()
49 cur->bc_rec.r.rm_offset = offset; in xfs_rmap_lookup_le()
50 cur->bc_rec.r.rm_flags = flags; in xfs_rmap_lookup_le()
68 cur->bc_rec.r.rm_startblock = bno; in xfs_rmap_lookup_eq()
69 cur->bc_rec.r.rm_blockcount = len; in xfs_rmap_lookup_eq()
70 cur->bc_rec.r.rm_owner = owner; in xfs_rmap_lookup_eq()
71 cur->bc_rec.r.rm_offset = offset; in xfs_rmap_lookup_eq()
72 cur->bc_rec.r.rm_flags = flags; in xfs_rmap_lookup_eq()
[all …]
Dxfs_ialloc_btree.c198 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()
201 cpu_to_be16(cur->bc_rec.i.ir_holemask); in xfs_inobt_init_rec_from_cur()
202 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count; in xfs_inobt_init_rec_from_cur()
203 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount; in xfs_inobt_init_rec_from_cur()
207 cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()
209 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
244 cur->bc_rec.i.ir_startino; in xfs_inobt_key_diff()
Dxfs_rmap_btree.c210 rec->rmap.rm_startblock = cpu_to_be32(cur->bc_rec.r.rm_startblock); in xfs_rmapbt_init_rec_from_cur()
211 rec->rmap.rm_blockcount = cpu_to_be32(cur->bc_rec.r.rm_blockcount); in xfs_rmapbt_init_rec_from_cur()
212 rec->rmap.rm_owner = cpu_to_be64(cur->bc_rec.r.rm_owner); in xfs_rmapbt_init_rec_from_cur()
214 xfs_rmap_irec_offset_pack(&cur->bc_rec.r)); in xfs_rmapbt_init_rec_from_cur()
234 struct xfs_rmap_irec *rec = &cur->bc_rec.r; in xfs_rmapbt_key_diff()
Dxfs_refcount_btree.c166 rec->refc.rc_startblock = cpu_to_be32(cur->bc_rec.rc.rc_startblock); in xfs_refcountbt_init_rec_from_cur()
167 rec->refc.rc_blockcount = cpu_to_be32(cur->bc_rec.rc.rc_blockcount); in xfs_refcountbt_init_rec_from_cur()
168 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_refcountbt_init_rec_from_cur()
188 struct xfs_refcount_irec *rec = &cur->bc_rec.rc; in xfs_refcountbt_key_diff()
Dxfs_alloc_btree.c221 rec->alloc.ar_startblock = cpu_to_be32(cur->bc_rec.a.ar_startblock); in xfs_allocbt_init_rec_from_cur()
222 rec->alloc.ar_blockcount = cpu_to_be32(cur->bc_rec.a.ar_blockcount); in xfs_allocbt_init_rec_from_cur()
242 xfs_alloc_rec_incore_t *rec = &cur->bc_rec.a; in xfs_bnobt_key_diff()
253 xfs_alloc_rec_incore_t *rec = &cur->bc_rec.a; in xfs_cntbt_key_diff()
Dxfs_refcount.c53 cur->bc_rec.rc.rc_startblock = bno; in xfs_refcount_lookup_le()
54 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_le()
70 cur->bc_rec.rc.rc_startblock = bno; in xfs_refcount_lookup_ge()
71 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_ge()
87 cur->bc_rec.rc.rc_startblock = bno; in xfs_refcount_lookup_eq()
88 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_eq()
199 cur->bc_rec.rc.rc_startblock = irec->rc_startblock; in xfs_refcount_insert()
200 cur->bc_rec.rc.rc_blockcount = irec->rc_blockcount; in xfs_refcount_insert()
201 cur->bc_rec.rc.rc_refcount = irec->rc_refcount; in xfs_refcount_insert()
Dxfs_ialloc.c58 cur->bc_rec.i.ir_startino = ino; in xfs_inobt_lookup()
59 cur->bc_rec.i.ir_holemask = 0; in xfs_inobt_lookup()
60 cur->bc_rec.i.ir_count = 0; in xfs_inobt_lookup()
61 cur->bc_rec.i.ir_freecount = 0; in xfs_inobt_lookup()
62 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()
177 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
178 cur->bc_rec.i.ir_count = count; in xfs_inobt_insert_rec()
179 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec()
180 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
Dxfs_bmap_btree.c380 xfs_bmbt_disk_set_all(&rec->bmbt, &cur->bc_rec.b); in xfs_bmbt_init_rec_from_cur()
397 cur->bc_rec.b.br_startoff; in xfs_bmbt_key_diff()
Dxfs_alloc.c153 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_eq()
154 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_eq()
169 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_ge()
170 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_ge()
185 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup_le()
186 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_le()
Dxfs_btree.h198 union xfs_btree_irec bc_rec; /* current insert/search record value */ member
Dxfs_btree.c420 new->bc_rec = cur->bc_rec; in xfs_btree_dup_cursor()
4804 cur->bc_rec = *high_rec; in xfs_btree_query_range()
4808 cur->bc_rec = *low_rec; in xfs_btree_query_range()
4833 memset(&cur->bc_rec, 0, sizeof(cur->bc_rec)); in xfs_btree_query_all()
Dxfs_bmap.c107 cur->bc_rec.b = *irec; in xfs_bmbt_lookup_eq()
116 cur->bc_rec.b.br_startoff = 0; in xfs_bmbt_lookup_first()
117 cur->bc_rec.b.br_startblock = 0; in xfs_bmbt_lookup_first()
118 cur->bc_rec.b.br_blockcount = 0; in xfs_bmbt_lookup_first()
2326 cur->bc_rec.b = *new; in xfs_bmap_add_extent_unwritten_real()
2440 cur->bc_rec.b = PREV; in xfs_bmap_add_extent_unwritten_real()
5034 cur->bc_rec.b = new; in xfs_bmap_del_extent_real()