/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | ddt.c | 160 ddt_entry_t *dde) in ddt_object_lookup() argument 166 ddt->ddt_object[type][class], dde)); in ddt_object_lookup() 171 ddt_entry_t *dde) in ddt_object_prefetch() argument 177 ddt->ddt_object[type][class], dde); in ddt_object_prefetch() 182 ddt_entry_t *dde, dmu_tx_t *tx) in ddt_object_update() argument 187 ddt->ddt_object[type][class], dde, tx)); in ddt_object_update() 192 ddt_entry_t *dde, dmu_tx_t *tx) in ddt_object_remove() argument 197 ddt->ddt_object[type][class], dde, tx)); in ddt_object_remove() 202 uint64_t *walk, ddt_entry_t *dde) in ddt_object_walk() argument 207 ddt->ddt_object[type][class], dde, walk)); in ddt_object_walk() [all …]
|
H A D | ddt_zap.c | 59 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_lookup() argument 61 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_lookup() 65 error = zap_length_uint64(os, object, (uint64_t *)&dde->dde_key, in ddt_zap_lookup() 73 error = zap_lookup_uint64(os, object, (uint64_t *)&dde->dde_key, in ddt_zap_lookup() 78 ddt_decompress(cbuf, dde->dde_phys, csize, sizeof (dde->dde_phys)); in ddt_zap_lookup() 84 ddt_zap_prefetch(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_prefetch() argument 86 (void) zap_prefetch_uint64(os, object, (uint64_t *)&dde->dde_key, 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() argument 93 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_update() 96 csize = ddt_compress(dde->dde_phys, cbuf, in ddt_zap_update() [all …]
|
H A D | zio.c | 2122 ddt_entry_t *dde = zio->io_private; in zio_ddt_child_read_done() local 2127 ddp = ddt_phys_select(dde, bp); in zio_ddt_child_read_done() 2130 if (zio->io_error == 0 && dde->dde_repair_data == NULL) in zio_ddt_child_read_done() 2131 dde->dde_repair_data = zio->io_data; in zio_ddt_child_read_done() 2148 ddt_entry_t *dde = ddt_repair_start(ddt, bp); in zio_ddt_read_start() local 2149 ddt_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start() 2150 ddt_phys_t *ddp_self = ddt_phys_select(dde, bp); in zio_ddt_read_start() 2154 zio->io_vsd = dde; in zio_ddt_read_start() 2162 ddt_bp_create(ddt->ddt_checksum, &dde->dde_key, ddp, in zio_ddt_read_start() 2166 zio_ddt_child_read_done, dde, zio->io_priority, in zio_ddt_read_start() [all …]
|
H A D | dsl_scan.c | 1234 ddt_entry_t dde = { 0 }; in dsl_scan_ddt() local 1238 while ((error = ddt_walk(scn->scn_dp->dp_spa, ddb, &dde)) == 0) { in dsl_scan_ddt() 1253 dsl_scan_ddt_entry(scn, ddb->ddb_checksum, &dde, tx); in dsl_scan_ddt() 1272 ddt_entry_t *dde, dmu_tx_t *tx) in dsl_scan_ddt_entry() argument 1274 const ddt_key_t *ddk = &dde->dde_key; in dsl_scan_ddt_entry() 1275 ddt_phys_t *ddp = dde->dde_phys; in dsl_scan_ddt_entry()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | ddt.h | 156 int (*ddt_op_lookup)(objset_t *os, uint64_t object, ddt_entry_t *dde); 158 ddt_entry_t *dde); 159 int (*ddt_op_update)(objset_t *os, uint64_t object, ddt_entry_t *dde, 161 int (*ddt_op_remove)(objset_t *os, uint64_t object, ddt_entry_t *dde, 163 int (*ddt_op_walk)(objset_t *os, uint64_t object, ddt_entry_t *dde, 173 enum ddt_class class, uint64_t *walk, ddt_entry_t *dde); 194 extern ddt_phys_t *ddt_phys_select(const ddt_entry_t *dde, const blkptr_t *bp); 195 extern uint64_t ddt_phys_total_refcnt(const ddt_entry_t *dde); 209 extern int ddt_ditto_copies_needed(ddt_t *ddt, ddt_entry_t *dde, 211 extern int ddt_ditto_copies_present(ddt_entry_t *dde); [all …]
|
H A D | dsl_scan.h | 134 ddt_entry_t *dde, dmu_tx_t *tx);
|
/titanic_50/usr/src/cmd/zdb/ |
H A D | zdb.c | 890 dump_dde(const ddt_t *ddt, const ddt_entry_t *dde, uint64_t index) in dump_dde() argument 892 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde() 893 const ddt_key_t *ddk = &dde->dde_key; in dump_dde() 935 ddt_entry_t dde; in dump_ddt() local 974 while ((error = ddt_object_walk(ddt, type, class, &walk, &dde)) == 0) in dump_ddt() 975 dump_dde(ddt, &dde, walk); in dump_ddt() 2391 ddt_entry_t *dde; in zdb_count_block() local 2395 dde = ddt_lookup(ddt, bp, B_FALSE); in zdb_count_block() 2397 if (dde == NULL) { in zdb_count_block() 2400 ddt_phys_t *ddp = ddt_phys_select(dde, bp); in zdb_count_block() [all …]
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 132 dedup_entry_t *dde; in ddt_hash_append() local 144 if ((dde = umem_cache_alloc(ddt->ddecache, UMEM_DEFAULT)) in ddt_hash_append() 147 dde->dde_next = NULL; in ddt_hash_append() 148 dde->dde_chksum = *cs; in ddt_hash_append() 149 dde->dde_prop = prop; in ddt_hash_append() 150 dde->dde_ref = *dr; in ddt_hash_append() 151 *ddepp = dde; in ddt_hash_append()
|
/titanic_50/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 402 dde: 1; /* Data Decompression Enabled */ 420 uchar_t dde: 1, /* Data Decompression Enabled */
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | config.guess | 1111 echo mips-dde-sysv${UNAME_RELEASE}
|
/titanic_50/usr/src/data/hwdata/ |
H A D | usb.ids | 14010 0dde Ubicom, Inc. 14549 0dde Xperia Mini Pro Bootloader
|