Searched refs:bte (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | bptree.c | 126 bptree_entry_phys_t bte = { 0 }; in bptree_add() local 138 bte.be_birth_txg = birth_txg; in bptree_add() 139 bte.be_bp = *bp; in bptree_add() 140 dmu_write(os, obj, bt->bt_end * sizeof (bte), sizeof (bte), &bte, tx); in bptree_add() 213 bptree_entry_phys_t bte; in bptree_iterate() local 216 err = dmu_read(os, obj, i * sizeof (bte), sizeof (bte), in bptree_iterate() 217 &bte, DMU_READ_NO_PREFETCH); in bptree_iterate() 225 i, (longlong_t)bte.be_birth_txg, in bptree_iterate() 226 (longlong_t)bte.be_zb.zb_objset, in bptree_iterate() 227 (longlong_t)bte.be_zb.zb_object, in bptree_iterate() [all …]
|