Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
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_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_cmp_key_with_cur()
H A Dxfs_btree.h273 union xfs_btree_irec bc_rec; /* current insert/search record value */ member
/linux/fs/xfs/scrub/
H A Drcbag.c223 memset(&cur->bc_rec, 0xFF, sizeof(cur->bc_rec)); in rcbag_remove_ending_at()
H A Drefcount_repair.c519 struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xrep_refc_get_records()
H A Dalloc_repair.c610 struct xfs_alloc_rec_incore *arec = &cur->bc_rec.a; in xrep_abt_get_records()