Searched defs:dde (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | ddt_zap.c | 59 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_lookup() 84 ddt_zap_prefetch(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_prefetch() 91 ddt_zap_update(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) in ddt_zap_update() 104 ddt_zap_remove(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) in ddt_zap_remove() 111 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) in ddt_zap_walk()
|
H A D | ddt.c | 159 ddt_entry_t *dde) in ddt_object_lookup() 170 ddt_entry_t *dde) in ddt_object_prefetch() 181 ddt_entry_t *dde, dmu_tx_t *tx) in ddt_object_update() 191 ddt_entry_t *dde, dmu_tx_t *tx) in ddt_object_remove() 201 uint64_t *walk, ddt_entry_t *dde) in ddt_object_walk() 327 ddt_phys_select(const ddt_entry_t *dde, const blkptr_t *bp) in ddt_phys_select() 340 ddt_phys_total_refcnt(const ddt_entry_t *dde) in ddt_phys_total_refcnt() 351 ddt_stat_generate(ddt_t *ddt, ddt_entry_t *dde, ddt_stat_t *dds) in ddt_stat_generate() 397 ddt_stat_update(ddt_t *ddt, ddt_entry_t *dde, uint64_t neg) in ddt_stat_update() 515 ddt_ditto_copies_needed(ddt_t *ddt, ddt_entry_t *dde, ddt_phys_t *ddp_willref) in ddt_ditto_copies_needed() [all …]
|
H A D | zio.c | 2055 ddt_entry_t *dde = zio->io_private; in zio_ddt_child_read_done() local 2081 ddt_entry_t *dde = ddt_repair_start(ddt, bp); in zio_ddt_read_start() local 2128 ddt_entry_t *dde = zio->io_vsd; in zio_ddt_read_done() local 2152 zio_ddt_collision(zio_t *zio, ddt_t *ddt, ddt_entry_t *dde) in zio_ddt_collision() 2211 ddt_entry_t *dde = zio->io_private; in zio_ddt_child_write_ready() local 2235 ddt_entry_t *dde = zio->io_private; in zio_ddt_child_write_done() local 2261 ddt_entry_t *dde = zio->io_private; in zio_ddt_ditto_write_done() local 2295 ddt_entry_t *dde; in zio_ddt_write() local 2401 ddt_entry_t *dde; in zio_ddt_free() local
|
H A D | dsl_scan.c | 1228 ddt_entry_t dde = { 0 }; in dsl_scan_ddt() local 1266 ddt_entry_t *dde, dmu_tx_t *tx) in dsl_scan_ddt_entry()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 879 dump_dde(const ddt_t *ddt, const ddt_entry_t *dde, uint64_t index) in dump_dde() 924 ddt_entry_t dde; in dump_ddt() local 2342 ddt_entry_t *dde; in zdb_count_block() local 2507 ddt_entry_t dde; in zdb_ddt_leak_init() local
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 130 dedup_entry_t *dde; in ddt_hash_append() local
|