Searched refs:dde (Results 1 - 25 of 77) sorted by relevance

1234

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dddt_zap.c58 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) argument
60 uchar_t cbuf[sizeof (dde->dde_phys) + 1];
64 error = zap_length_uint64(os, object, (uint64_t *)&dde->dde_key,
72 error = zap_lookup_uint64(os, object, (uint64_t *)&dde->dde_key,
77 ddt_decompress(cbuf, dde->dde_phys, csize, sizeof (dde->dde_phys));
83 ddt_zap_prefetch(objset_t *os, uint64_t object, ddt_entry_t *dde) argument
85 (void) zap_prefetch_uint64(os, object, (uint64_t *)&dde->dde_key,
90 ddt_zap_update(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) argument
92 uchar_t cbuf[sizeof (dde
103 ddt_zap_remove(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) argument
110 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) argument
[all...]
H A Dddt.c173 ddt_entry_t *dde)
179 ddt->ddt_object[type][class], dde));
184 ddt_entry_t *dde)
190 ddt->ddt_object[type][class], dde);
195 ddt_entry_t *dde, dmu_tx_t *tx)
200 ddt->ddt_object[type][class], dde, tx));
205 ddt_entry_t *dde, dmu_tx_t *tx)
210 ddt->ddt_object[type][class], dde, tx));
215 uint64_t *walk, ddt_entry_t *dde)
220 ddt->ddt_object[type][class], dde, wal
172 ddt_object_lookup(ddt_t *ddt, enum ddt_type type, enum ddt_class class, ddt_entry_t *dde) argument
183 ddt_object_prefetch(ddt_t *ddt, enum ddt_type type, enum ddt_class class, ddt_entry_t *dde) argument
194 ddt_object_update(ddt_t *ddt, enum ddt_type type, enum ddt_class class, ddt_entry_t *dde, dmu_tx_t *tx) argument
204 ddt_object_remove(ddt_t *ddt, enum ddt_type type, enum ddt_class class, ddt_entry_t *dde, dmu_tx_t *tx) argument
214 ddt_object_walk(ddt_t *ddt, enum ddt_type type, enum ddt_class class, uint64_t *walk, ddt_entry_t *dde) argument
341 ddt_phys_select(const ddt_entry_t *dde, const blkptr_t *bp) argument
354 ddt_phys_total_refcnt(const ddt_entry_t *dde) argument
365 ddt_stat_generate(ddt_t *ddt, ddt_entry_t *dde, ddt_stat_t *dds) argument
411 ddt_stat_update(ddt_t *ddt, ddt_entry_t *dde, uint64_t neg) argument
529 ddt_ditto_copies_needed(ddt_t *ddt, ddt_entry_t *dde, ddt_phys_t *ddp_willref) argument
565 ddt_ditto_copies_present(ddt_entry_t *dde) argument
649 ddt_entry_t *dde; local
660 ddt_free(ddt_entry_t *dde) argument
676 ddt_remove(ddt_t *ddt, ddt_entry_t *dde) argument
687 ddt_entry_t *dde, dde_search; local
751 ddt_entry_t dde; local
878 ddt_entry_t dde; local
902 ddt_entry_t *dde; local
927 ddt_repair_done(ddt_t *ddt, ddt_entry_t *dde) argument
951 ddt_repair_entry(ddt_t *ddt, ddt_entry_t *dde, ddt_entry_t *rdde, zio_t *rio) argument
981 ddt_entry_t *dde, *rdde_next, *rdde; local
1003 ddt_sync_entry(ddt_t *ddt, ddt_entry_t *dde, dmu_tx_t *tx, uint64_t txg) argument
1073 ddt_entry_t *dde; local
1137 ddt_walk(spa_t *spa, ddt_bookmark_t *ddb, ddt_entry_t *dde) argument
[all...]
H A Dzio.c2400 ddt_entry_t *dde = zio->io_private; local
2405 ddp = ddt_phys_select(dde, bp);
2408 if (zio->io_error == 0 && dde->dde_repair_data == NULL)
2409 dde->dde_repair_data = zio->io_data;
2426 ddt_entry_t *dde = ddt_repair_start(ddt, bp); local
2427 ddt_phys_t *ddp = dde->dde_phys;
2428 ddt_phys_t *ddp_self = ddt_phys_select(dde, bp);
2432 zio->io_vsd = dde;
2440 ddt_bp_create(ddt->ddt_checksum, &dde->dde_key, ddp,
2444 zio_ddt_child_read_done, dde, zi
2472 ddt_entry_t *dde = zio->io_vsd; local
2496 zio_ddt_collision(zio_t *zio, ddt_t *ddt, ddt_entry_t *dde) argument
2555 ddt_entry_t *dde = zio->io_private; local
2580 ddt_entry_t *dde = zio->io_private; local
2607 ddt_entry_t *dde = zio->io_private; local
2641 ddt_entry_t *dde; local
2749 ddt_entry_t *dde; local
[all...]
H A Ddsl_scan.c1247 * We leverage the fact that the dde's replication class (enum ddt_class)
1278 ddt_entry_t dde = { 0 }; local
1282 while ((error = ddt_walk(scn->scn_dp->dp_spa, ddb, &dde)) == 0) {
1297 dsl_scan_ddt_entry(scn, ddb->ddb_checksum, &dde, tx);
1316 ddt_entry_t *dde, dmu_tx_t *tx)
1318 const ddt_key_t *ddk = &dde->dde_key;
1319 ddt_phys_t *ddp = dde->dde_phys;
1315 dsl_scan_ddt_entry(dsl_scan_t *scn, enum zio_checksum checksum, ddt_entry_t *dde, dmu_tx_t *tx) argument
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dddt.h156 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 cls, 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 Ddsl_scan.h134 ddt_entry_t *dde, dmu_tx_t *tx);
/netbsd-current/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c893 dump_dde(const ddt_t *ddt, const ddt_entry_t *dde, uint64_t index) argument
895 const ddt_phys_t *ddp = dde->dde_phys;
896 const ddt_key_t *ddk = &dde->dde_key;
938 ddt_entry_t dde; local
979 while ((error = ddt_object_walk(ddt, type, class, &walk, &dde)) == 0)
980 dump_dde(ddt, &dde, walk);
2382 ddt_entry_t *dde; local
2386 dde = ddt_lookup(ddt, bp, B_FALSE);
2388 if (dde == NULL) {
2391 ddt_phys_t *ddp = ddt_phys_select(dde, b
2549 ddt_entry_t dde; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/score/
H A Dbranch_32.d72 ac0: 93ff 0dde bleu 0x89e
272 2d38: 93ff 1dde ble 0x2b16
372 3e74: 93ff 3dde b 0x3c52
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_sendrecv.c141 dedup_entry_t *dde; local
153 if ((dde = umem_cache_alloc(ddt->ddecache, UMEM_DEFAULT))
156 dde->dde_next = NULL;
157 dde->dde_chksum = *cs;
158 dde->dde_prop = prop;
159 dde->dde_ref = *dr;
160 *ddepp = dde;
266 ddt.ddecache = umem_cache_create("dde", sizeof (dedup_entry_t), 0,
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Ddotprod-thumb2.d168 .*: fc2c 0dde vudot.u8 q0, q14, q7
186 .*: fc2c 2dde vudot.u8 q1, q14, q7
/netbsd-current/external/apache2/llvm/dist/llvm/cmake/
H A Dconfig.guess1167 echo mips-dde-sysv${UNAME_RELEASE}
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A DMakefile.am321 core/sys/windows/dbt.d core/sys/windows/dde.d core/sys/windows/ddeml.d \
/netbsd-current/external/apache2/llvm/autoconf/autoconf/
H A Dconfig.guess1145 echo mips-dde-sysv${UNAME_RELEASE}
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dconfig.guess1169 echo mips-dde-sysv${UNAME_RELEASE}
/netbsd-current/external/lgpl3/mpc/dist/build-aux/
H A Dconfig.guess1244 echo mips-dde-sysv"$UNAME_RELEASE"
/netbsd-current/external/bsd/byacc/dist/
H A Dconfig.guess1254 echo mips-dde-sysv"$UNAME_RELEASE"
/netbsd-current/external/bsd/libevent/dist/build-aux/
H A Dconfig.guess1243 echo mips-dde-sysv"$UNAME_RELEASE"
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dconfig.guess1239 echo mips-dde-sysv"$UNAME_RELEASE"
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dconfig.guess1244 echo mips-dde-sysv"$UNAME_RELEASE"
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.guess1206 echo mips-dde-sysv${UNAME_RELEASE}
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dconfig.guess1206 echo mips-dde-sysv${UNAME_RELEASE}
/netbsd-current/crypto/external/cpl/tpm-tools/dist/
H A Dconfig.guess1206 echo mips-dde-sysv${UNAME_RELEASE}
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Dconfig.guess1206 echo mips-dde-sysv${UNAME_RELEASE}
/netbsd-current/external/lgpl3/mpc/dist/
H A Dconfig.guess1206 echo mips-dde-sysv${UNAME_RELEASE}
/netbsd-current/external/gpl2/lvm2/dist/autoconf/
H A Dconfig.guess1206 echo mips-dde-sysv${UNAME_RELEASE}

Completed in 493 milliseconds

1234