Searched defs:dde (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | ddt.c | 161 ddt_entry_t *dde) in ddt_object_lookup() 172 ddt_entry_t *dde) in ddt_object_prefetch() 183 ddt_entry_t *dde, dmu_tx_t *tx) in ddt_object_update() 193 ddt_entry_t *dde, dmu_tx_t *tx) in ddt_object_remove() 203 uint64_t *walk, ddt_entry_t *dde) in ddt_object_walk() 337 ddt_phys_select(const ddt_entry_t *dde, const blkptr_t *bp) in ddt_phys_select() 350 ddt_phys_total_refcnt(const ddt_entry_t *dde) in ddt_phys_total_refcnt() 361 ddt_stat_generate(ddt_t *ddt, ddt_entry_t *dde, ddt_stat_t *dds) in ddt_stat_generate() 407 ddt_stat_update(ddt_t *ddt, ddt_entry_t *dde, uint64_t neg) in ddt_stat_update() 525 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 | ddt_zap.c | 60 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_lookup() 85 ddt_zap_prefetch(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_prefetch() 92 ddt_zap_update(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) in ddt_zap_update() 105 ddt_zap_remove(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) in ddt_zap_remove() 112 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) in ddt_zap_walk()
|
H A D | zio.c | 2658 ddt_entry_t *dde = zio->io_private; in zio_ddt_child_read_done() local 2685 ddt_entry_t *dde = ddt_repair_start(ddt, bp); in zio_ddt_read_start() local 2732 ddt_entry_t *dde = zio->io_vsd; in zio_ddt_read_done() local 2757 zio_ddt_collision(zio_t *zio, ddt_t *ddt, ddt_entry_t *dde) in zio_ddt_collision() 2878 ddt_entry_t *dde = zio->io_private; in zio_ddt_child_write_ready() local 2903 ddt_entry_t *dde = zio->io_private; in zio_ddt_child_write_done() local 2930 ddt_entry_t *dde = zio->io_private; in zio_ddt_ditto_write_done() local 2964 ddt_entry_t *dde; in zio_ddt_write() local 3075 ddt_entry_t *dde; in zio_ddt_free() local
|
H A D | dsl_scan.c | 2453 ddt_entry_t *dde, dmu_tx_t *tx) in dsl_scan_ddt_entry() 2526 ddt_entry_t dde = { 0 }; in dsl_scan_ddt() local
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | ddt.h | 97 #define DDE_GET_NDVAS(dde) (DDK_GET_CRYPT(&dde->dde_key) \ argument
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 1175 dump_dde(const ddt_t *ddt, const ddt_entry_t *dde, uint64_t index) in dump_dde() 1220 ddt_entry_t dde; in dump_ddt() local 3569 ddt_entry_t *dde; in zdb_count_block() local 3816 ddt_entry_t dde; in zdb_ddt_leak_init() local
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 138 dedup_entry_t *dde; in ddt_hash_append() local
|