Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.c48 cur->bc_rec.r.rm_startblock = bno; in xfs_rmap_lookup_le()
49 cur->bc_rec.r.rm_blockcount = 0; in xfs_rmap_lookup_le()
50 cur->bc_rec.r.rm_owner = owner; in xfs_rmap_lookup_le()
51 cur->bc_rec.r.rm_offset = offset; in xfs_rmap_lookup_le()
52 cur->bc_rec.r.rm_flags = flags; in xfs_rmap_lookup_le()
83 cur->bc_rec.r.rm_startblock = bno; in xfs_rmap_lookup_eq()
84 cur->bc_rec.r.rm_blockcount = len; in xfs_rmap_lookup_eq()
85 cur->bc_rec.r.rm_owner = owner; in xfs_rmap_lookup_eq()
86 cur->bc_rec.r.rm_offset = offset; in xfs_rmap_lookup_eq()
87 cur->bc_rec.r.rm_flags = flags; in xfs_rmap_lookup_eq()
[all …]
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()
273 cur->bc_rec.i.ir_startino; in xfs_inobt_key_diff()
Dxfs_refcount.c58 cur->bc_rec.rc.rc_startblock = bno; in xfs_refcount_lookup_le()
59 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_le()
60 cur->bc_rec.rc.rc_domain = domain; in xfs_refcount_lookup_le()
78 cur->bc_rec.rc.rc_startblock = bno; in xfs_refcount_lookup_ge()
79 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_ge()
80 cur->bc_rec.rc.rc_domain = domain; in xfs_refcount_lookup_ge()
98 cur->bc_rec.rc.rc_startblock = bno; in xfs_refcount_lookup_eq()
99 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_eq()
100 cur->bc_rec.rc.rc_domain = domain; in xfs_refcount_lookup_eq()
234 cur->bc_rec.rc.rc_startblock = irec->rc_startblock; in xfs_refcount_insert()
[all …]
Dxfs_refcount_btree.c156 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_init_rec_from_cur()
162 rec->refc.rc_blockcount = cpu_to_be32(cur->bc_rec.rc.rc_blockcount); in xfs_refcountbt_init_rec_from_cur()
163 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_refcountbt_init_rec_from_cur()
184 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_key_diff()
Dxfs_rmap_btree.c216 rec->rmap.rm_startblock = cpu_to_be32(cur->bc_rec.r.rm_startblock); in xfs_rmapbt_init_rec_from_cur()
217 rec->rmap.rm_blockcount = cpu_to_be32(cur->bc_rec.r.rm_blockcount); in xfs_rmapbt_init_rec_from_cur()
218 rec->rmap.rm_owner = cpu_to_be64(cur->bc_rec.r.rm_owner); in xfs_rmapbt_init_rec_from_cur()
220 xfs_rmap_irec_offset_pack(&cur->bc_rec.r)); in xfs_rmapbt_init_rec_from_cur()
250 struct xfs_rmap_irec *rec = &cur->bc_rec.r; in xfs_rmapbt_key_diff()
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()
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()
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()
Dxfs_btree.c596 new->bc_rec = cur->bc_rec; in xfs_btree_dup_cursor()
5099 cur->bc_rec = *irec; in xfs_btree_key_from_irec()
5146 memset(&cur->bc_rec, 0, sizeof(cur->bc_rec)); in xfs_btree_query_all()
5384 memset(&cur->bc_rec, 0, sizeof(cur->bc_rec)); in xfs_btree_goto_left_edge()
Dxfs_btree.h254 union xfs_btree_irec bc_rec; /* current insert/search record value */ member
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()
506 memset(&cnt_cur->bc_rec, 0xFF, sizeof(cnt_cur->bc_rec)); in xfs_cntbt_longest()
Dxfs_bmap.c115 cur->bc_rec.b = *irec; in xfs_bmbt_lookup_eq()
124 cur->bc_rec.b.br_startoff = 0; in xfs_bmbt_lookup_first()
125 cur->bc_rec.b.br_startblock = 0; in xfs_bmbt_lookup_first()
126 cur->bc_rec.b.br_blockcount = 0; in xfs_bmbt_lookup_first()
2340 cur->bc_rec.b = *new; in xfs_bmap_add_extent_unwritten_real()
2476 cur->bc_rec.b = PREV; in xfs_bmap_add_extent_unwritten_real()
5272 cur->bc_rec.b = new; in xfs_bmap_del_extent_real()
/linux-6.12.1/fs/xfs/scrub/
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()
Drcbag.c223 memset(&cur->bc_rec, 0xFF, sizeof(cur->bc_rec)); in rcbag_remove_ending_at()
Dialloc_repair.c530 struct xfs_inobt_rec_incore *irec = &cur->bc_rec.i; in xrep_fibt_get_records()
560 struct xfs_inobt_rec_incore *irec = &cur->bc_rec.i; in xrep_ibt_get_records()
Drefcount_repair.c525 struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xrep_refc_get_records()
Dbmap_repair.c438 struct xfs_bmbt_irec *irec = &cur->bc_rec.b; in xrep_bmap_get_records()
Dalloc_repair.c610 struct xfs_alloc_rec_incore *arec = &cur->bc_rec.a; in xrep_abt_get_records()
Drmap_repair.c1174 error = xfs_rmap_get_rec(rr->mcur, &cur->bc_rec.r, &stat); in xrep_rmap_get_records()