Searched refs:bc_rec (Results 1 – 6 of 6) 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 …]
141 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_cmp_key_with_cur()
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()
519 struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xrep_refc_get_records()
610 struct xfs_alloc_rec_incore *arec = &cur->bc_rec.a; in xrep_abt_get_records()