Searched refs:bc_rec (Results 1 – 11 of 11) sorted by relevance
61 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 …]
42 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()
273 union xfs_btree_irec bc_rec; /* current insert/search record value */ member
223 memset(&cur->bc_rec, 0xFF, sizeof(cur->bc_rec)); in rcbag_remove_ending_at()
526 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()
519 struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xrep_refc_get_records()
568 &cur->bc_rec.rc); in xrep_rtrefc_get_records()
610 struct xfs_alloc_rec_incore *arec = &cur->bc_rec.a; in xrep_abt_get_records()
568 struct xfs_bmbt_irec *irec = &cur->bc_rec.b; in xrep_bmap_get_records()
663 error = xfs_rmap_get_rec(rr->mcur, &cur->bc_rec.r, &stat); in xrep_rtrmap_get_records()
1238 error = xfs_rmap_get_rec(rr->mcur, &cur->bc_rec.r, &stat); in xrep_rmap_get_records()