/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | ddt.c | 159 ddt_entry_t *dde) in ddt_object_lookup() argument 165 ddt->ddt_object[type][class], dde)); in ddt_object_lookup() 170 ddt_entry_t *dde) in ddt_object_prefetch() argument 176 ddt->ddt_object[type][class], dde); in ddt_object_prefetch() 181 ddt_entry_t *dde, dmu_tx_t *tx) in ddt_object_update() argument 186 ddt->ddt_object[type][class], dde, tx)); in ddt_object_update() 191 ddt_entry_t *dde, dmu_tx_t *tx) in ddt_object_remove() argument 196 ddt->ddt_object[type][class], dde, tx)); in ddt_object_remove() 201 uint64_t *walk, ddt_entry_t *dde) in ddt_object_walk() argument 206 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 | 2055 ddt_entry_t *dde = zio->io_private; in zio_ddt_child_read_done() local 2060 ddp = ddt_phys_select(dde, bp); in zio_ddt_child_read_done() 2063 if (zio->io_error == 0 && dde->dde_repair_data == NULL) in zio_ddt_child_read_done() 2064 dde->dde_repair_data = zio->io_data; in zio_ddt_child_read_done() 2081 ddt_entry_t *dde = ddt_repair_start(ddt, bp); in zio_ddt_read_start() local 2082 ddt_phys_t *ddp = dde->dde_phys; in zio_ddt_read_start() 2083 ddt_phys_t *ddp_self = ddt_phys_select(dde, bp); in zio_ddt_read_start() 2087 zio->io_vsd = dde; in zio_ddt_read_start() 2095 ddt_bp_create(ddt->ddt_checksum, &dde->dde_key, ddp, in zio_ddt_read_start() 2099 zio_ddt_child_read_done, dde, zio->io_priority, in zio_ddt_read_start() [all …]
|
H A D | dsl_scan.c | 1228 ddt_entry_t dde = { 0 }; in dsl_scan_ddt() local 1232 while ((error = ddt_walk(scn->scn_dp->dp_spa, ddb, &dde)) == 0) { in dsl_scan_ddt() 1247 dsl_scan_ddt_entry(scn, ddb->ddb_checksum, &dde, tx); in dsl_scan_ddt() 1266 ddt_entry_t *dde, dmu_tx_t *tx) in dsl_scan_ddt_entry() argument 1268 const ddt_key_t *ddk = &dde->dde_key; in dsl_scan_ddt_entry() 1269 ddt_phys_t *ddp = dde->dde_phys; in dsl_scan_ddt_entry()
|
/titanic_41/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_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() argument 881 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde() 882 const ddt_key_t *ddk = &dde->dde_key; in dump_dde() 924 ddt_entry_t dde; in dump_ddt() local 963 while ((error = ddt_object_walk(ddt, type, class, &walk, &dde)) == 0) in dump_ddt() 964 dump_dde(ddt, &dde, walk); in dump_ddt() 2342 ddt_entry_t *dde; in zdb_count_block() local 2346 dde = ddt_lookup(ddt, bp, B_FALSE); in zdb_count_block() 2348 if (dde == NULL) { in zdb_count_block() 2351 ddt_phys_t *ddp = ddt_phys_select(dde, bp); in zdb_count_block() [all …]
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 130 dedup_entry_t *dde; in ddt_hash_append() local 142 if ((dde = umem_cache_alloc(ddt->ddecache, UMEM_DEFAULT)) in ddt_hash_append() 145 dde->dde_next = NULL; in ddt_hash_append() 146 dde->dde_chksum = *cs; in ddt_hash_append() 147 dde->dde_prop = prop; in ddt_hash_append() 148 dde->dde_ref = *dr; in ddt_hash_append() 149 *ddepp = dde; in ddt_hash_append()
|
/titanic_41/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_41/usr/src/grub/grub-0.97/ |
H A D | config.guess | 1111 echo mips-dde-sysv${UNAME_RELEASE}
|
/titanic_41/usr/src/data/hwdata/ |
H A D | usb.ids | 13850 0dde Ubicom, Inc. 14389 0dde Xperia Mini Pro Bootloader
|