Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rmap.c50 cur->bc_rec.r.rm_startblock = bno; in xfs_rmap_lookup_le()
51 cur->bc_rec.r.rm_blockcount = 0; in xfs_rmap_lookup_le()
52 cur->bc_rec.r.rm_owner = owner; in xfs_rmap_lookup_le()
53 cur->bc_rec.r.rm_offset = offset; in xfs_rmap_lookup_le()
54 cur->bc_rec.r.rm_flags = flags; in xfs_rmap_lookup_le()
85 cur->bc_rec.r.rm_startblock = bno; in xfs_rmap_lookup_eq()
86 cur->bc_rec.r.rm_blockcount = len; in xfs_rmap_lookup_eq()
87 cur->bc_rec.r.rm_owner = owner; in xfs_rmap_lookup_eq()
88 cur->bc_rec.r.rm_offset = offset; in xfs_rmap_lookup_eq()
89 cur->bc_rec.r.rm_flags = flags; in xfs_rmap_lookup_eq()
[all …]
H A Dxfs_ialloc_btree.c227 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()
230 cpu_to_be16(cur->bc_rec.i.ir_holemask); in xfs_inobt_init_rec_from_cur()
231 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count; in xfs_inobt_init_rec_from_cur()
232 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount; in xfs_inobt_init_rec_from_cur()
236 cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()
238 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
274 cur->bc_rec.i.ir_startino; in xfs_inobt_key_diff()
H A Dxfs_refcount.c61 cur->bc_rec.rc.rc_startblock = bno; in xfs_refcount_lookup_le()
62 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_le()
63 cur->bc_rec.rc.rc_domain = domain; in xfs_refcount_lookup_le()
81 cur->bc_rec.rc.rc_startblock = bno; in xfs_refcount_lookup_ge()
82 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_ge()
83 cur->bc_rec.rc.rc_domain = domain; in xfs_refcount_lookup_ge()
101 cur->bc_rec.rc.rc_startblock = bno; in xfs_refcount_lookup_eq()
102 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_eq()
103 cur->bc_rec.rc.rc_domain = domain; in xfs_refcount_lookup_eq()
274 cur->bc_rec.rc.rc_startblock = irec->rc_startblock; in xfs_refcount_insert()
[all …]
H A Dxfs_refcount_btree.c155 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_init_rec_from_cur()
161 rec->refc.rc_blockcount = cpu_to_be32(cur->bc_rec.rc.rc_blockcount); in xfs_refcountbt_init_rec_from_cur()
162 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_refcountbt_init_rec_from_cur()
183 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_key_diff()
H A Dxfs_rmap_btree.c217 rec->rmap.rm_startblock = cpu_to_be32(cur->bc_rec.r.rm_startblock); in xfs_rmapbt_init_rec_from_cur()
218 rec->rmap.rm_blockcount = cpu_to_be32(cur->bc_rec.r.rm_blockcount); in xfs_rmapbt_init_rec_from_cur()
219 rec->rmap.rm_owner = cpu_to_be64(cur->bc_rec.r.rm_owner); in xfs_rmapbt_init_rec_from_cur()
221 xfs_rmap_irec_offset_pack(&cur->bc_rec.r)); in xfs_rmapbt_init_rec_from_cur()
251 struct xfs_rmap_irec *rec = &cur->bc_rec.r; in xfs_rmapbt_key_diff()
H A Dxfs_alloc_btree.c170 rec->alloc.ar_startblock = cpu_to_be32(cur->bc_rec.a.ar_startblock); in xfs_allocbt_init_rec_from_cur()
171 rec->alloc.ar_blockcount = cpu_to_be32(cur->bc_rec.a.ar_blockcount); in xfs_allocbt_init_rec_from_cur()
194 struct xfs_alloc_rec_incore *rec = &cur->bc_rec.a; in xfs_bnobt_key_diff()
205 struct xfs_alloc_rec_incore *rec = &cur->bc_rec.a; in xfs_cntbt_key_diff()
H A Dxfs_rtrefcount_btree.c141 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_rtrefcountbt_init_rec_from_cur()
147 rec->refc.rc_blockcount = cpu_to_be32(cur->bc_rec.rc.rc_blockcount); in xfs_rtrefcountbt_init_rec_from_cur()
148 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_rtrefcountbt_init_rec_from_cur()
165 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_rtrefcountbt_key_diff()
H A Dxfs_rtrmap_btree.c163 rec->rmap.rm_startblock = cpu_to_be32(cur->bc_rec.r.rm_startblock); in xfs_rtrmapbt_init_rec_from_cur()
164 rec->rmap.rm_blockcount = cpu_to_be32(cur->bc_rec.r.rm_blockcount); in xfs_rtrmapbt_init_rec_from_cur()
165 rec->rmap.rm_owner = cpu_to_be64(cur->bc_rec.r.rm_owner); in xfs_rtrmapbt_init_rec_from_cur()
167 xfs_rmap_irec_offset_pack(&cur->bc_rec.r)); in xfs_rtrmapbt_init_rec_from_cur()
193 struct xfs_rmap_irec *rec = &cur->bc_rec.r; in xfs_rtrmapbt_key_diff()
H A Dxfs_ialloc.c42 cur->bc_rec.i.ir_startino = ino; in xfs_inobt_lookup()
43 cur->bc_rec.i.ir_holemask = 0; in xfs_inobt_lookup()
44 cur->bc_rec.i.ir_count = 0; in xfs_inobt_lookup()
45 cur->bc_rec.i.ir_freecount = 0; in xfs_inobt_lookup()
46 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()
192 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
193 cur->bc_rec.i.ir_count = count; in xfs_inobt_insert_rec()
194 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec()
195 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
H A Dxfs_bmap_btree.c369 xfs_bmbt_disk_set_all(&rec->bmbt, &cur->bc_rec.b); in xfs_bmbt_init_rec_from_cur()
378 cur->bc_rec.b.br_startoff; in xfs_bmbt_key_diff()
H A Dxfs_btree.c590 new->bc_rec = cur->bc_rec; in xfs_btree_dup_cursor()
5277 cur->bc_rec = *irec; in xfs_btree_key_from_irec()
5324 memset(&cur->bc_rec, 0, sizeof(cur->bc_rec)); in xfs_btree_query_all()
5570 memset(&cur->bc_rec, 0, sizeof(cur->bc_rec)); in xfs_btree_goto_left_edge()
H A Dxfs_btree.h270 union xfs_btree_irec bc_rec; /* current insert/search record value */ member
H A Dxfs_alloc.c166 cur->bc_rec.a.ar_startblock = bno; in xfs_alloc_lookup()
167 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup()
507 memset(&cnt_cur->bc_rec, 0xFF, sizeof(cnt_cur->bc_rec)); in xfs_cntbt_longest()
H A Dxfs_bmap.c116 cur->bc_rec.b = *irec; in xfs_bmbt_lookup_eq()
125 cur->bc_rec.b.br_startoff = 0; in xfs_bmbt_lookup_first()
126 cur->bc_rec.b.br_startblock = 0; in xfs_bmbt_lookup_first()
127 cur->bc_rec.b.br_blockcount = 0; in xfs_bmbt_lookup_first()
2363 cur->bc_rec.b = *new; in xfs_bmap_add_extent_unwritten_real()
2499 cur->bc_rec.b = PREV; in xfs_bmap_add_extent_unwritten_real()
5335 cur->bc_rec.b = new; in xfs_bmap_del_extent_real()
/linux/fs/xfs/scrub/
H A Drcbag_btree.c43 struct rcbag_rec *bag_irec = (struct rcbag_rec *)&cur->bc_rec; in rcbagbt_init_rec_from_cur()
55 struct rcbag_rec *rec = (struct rcbag_rec *)&cur->bc_rec; in rcbagbt_key_diff()
321 struct rcbag_rec *rec = (struct rcbag_rec *)&cur->bc_rec; in rcbagbt_lookup_eq()
366 struct rcbag_rec *btrec = (struct rcbag_rec *)&cur->bc_rec; in rcbagbt_insert()
H A Drcbag.c223 memset(&cur->bc_rec, 0xFF, sizeof(cur->bc_rec)); in rcbag_remove_ending_at()
H A Dialloc_repair.c526 struct xfs_inobt_rec_incore *irec = &cur->bc_rec.i; in xrep_fibt_get_records()
556 struct xfs_inobt_rec_incore *irec = &cur->bc_rec.i; in xrep_ibt_get_records()
H A Drefcount_repair.c525 struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xrep_refc_get_records()
H A Drtrefcount_repair.c574 &cur->bc_rec.rc); in xrep_rtrefc_get_records()
H A Dalloc_repair.c610 struct xfs_alloc_rec_incore *arec = &cur->bc_rec.a; in xrep_abt_get_records()
H A Dbmap_repair.c568 struct xfs_bmbt_irec *irec = &cur->bc_rec.b; in xrep_bmap_get_records()
H A Drtrmap_repair.c668 error = xfs_rmap_get_rec(rr->mcur, &cur->bc_rec.r, &stat); in xrep_rtrmap_get_records()
H A Drmap_repair.c1243 error = xfs_rmap_get_rec(rr->mcur, &cur->bc_rec.r, &stat); in xrep_rmap_get_records()