Home
last modified time | relevance | path

Searched refs:bc_rec (Results 1 – 11 of 11) 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_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_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 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.c519 struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xrep_refc_get_records()
H A Drtrefcount_repair.c568 &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.c663 error = xfs_rmap_get_rec(rr->mcur, &cur->bc_rec.r, &stat); in xrep_rtrmap_get_records()
H A Drmap_repair.c1238 error = xfs_rmap_get_rec(rr->mcur, &cur->bc_rec.r, &stat); in xrep_rmap_get_records()