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