| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_dir.c | 149 dsl_dir_async_rele(dd->dd_parent, dd); in dsl_dir_evict_async() 151 spa_async_close(dd->dd_pool->dp_spa, dd); in dsl_dir_evict_async() 216 dsl_dir_phys(dd)->dd_parent_obj, NULL, dd, in dsl_dir_hold_obj() 280 dsl_dir_rele(dd->dd_parent, dd); in dsl_dir_hold_obj() 312 dsl_dir_rele(dd->dd_parent, dd); in dsl_dir_hold_obj() 1139 dmu_buf_add_ref(dd->dd_dbuf, dd); in dsl_dir_dirty() 1165 dmu_buf_rele(dd->dd_dbuf, dd); in dsl_dir_sync() 1374 dd = dd->dd_parent; in dsl_dir_tempreserve_impl() 1507 dd = dd->dd_parent; in dsl_dir_willuse_space() 1816 for (dd = ds2; dd; dd = dd->dd_parent) { in closest_common_ancestor() [all …]
|
| H A D | dsl_deleg.c | 159 dsl_dir_t *dd; in dsl_deleg_set_sync() local 197 dsl_dir_rele(dd, FTAG); in dsl_deleg_set_sync() 204 dsl_dir_t *dd; in dsl_deleg_unset_sync() local 213 dsl_dir_rele(dd, FTAG); in dsl_deleg_unset_sync() 252 dsl_dir_rele(dd, FTAG); in dsl_deleg_unset_sync() 259 dsl_dir_t *dd; in dsl_deleg_check() local 336 for (dd = startdd; dd != NULL; dd = dd->dd_parent) { in dsl_deleg_get() 553 dsl_dir_t *dd; in dsl_deleg_access_impl() local 586 for (dd = ds->ds_dir; dd != NULL; dd = dd->dd_parent, in dsl_deleg_access_impl() 727 dsl_dir_t *dd; in dsl_deleg_set_create_perms() local [all …]
|
| H A D | dsl_prop.c | 77 dsl_dir_t *target = dd; in dsl_prop_get_dd() 99 for (; dd != NULL; dd = dd->dd_parent) { in dsl_prop_get_dd() 303 mutex_enter(&dd->dd_lock); in dsl_prop_register() 310 mutex_exit(&dd->dd_lock); in dsl_prop_register() 470 mutex_exit(&dd->dd_lock); in dsl_prop_unregister() 498 mutex_exit(&dd->dd_lock); in dsl_prop_unregister_all() 557 mutex_exit(&dd->dd_lock); in dsl_prop_notify_all_cb() 579 dsl_dir_t *dd; in dsl_prop_changed_notify() local 600 dsl_dir_rele(dd, FTAG); in dsl_prop_changed_notify() 647 dsl_dir_rele(dd, FTAG); in dsl_prop_changed_notify() [all …]
|
| H A D | dsl_crypt.c | 351 (void) zap_lookup(dd->dd_pool->dp_meta_objset, dd->dd_crypto_obj, in dsl_dir_get_encryption_version() 455 dd = NULL; in dsl_crypto_can_set_keylocation() 492 if (dd != NULL) in dsl_crypto_can_set_keylocation() 764 dd = NULL; in spa_keystore_load_wkey() 836 if (dd != NULL) in spa_keystore_load_wkey() 913 dd = NULL; in spa_keystore_unload_wkey() 931 if (dd != NULL) in spa_keystore_unload_wkey() 1131 ret = spa_keystore_wkey_hold_dd(dd->dd_pool->dp_spa, dd, FTAG, in dmu_objset_check_wkey_loaded() 1249 dd = NULL; in spa_keystore_change_key_check() 1388 if (dd != NULL) in spa_keystore_change_key_check() [all …]
|
| H A D | dsl_destroy.c | 212 if (dsl_dir_phys(dd)->dd_clones == 0) in dsl_dir_remove_clones_key_impl() 828 dsl_dir_t *dd; in dsl_dir_destroy_sync() local 840 if (dd->dd_parent != NULL) in dsl_dir_destroy_sync() 855 if (dd->dd_crypto_obj != 0) { in dsl_dir_destroy_sync() 862 if (dsl_dir_phys(dd)->dd_clones != 0) in dsl_dir_destroy_sync() 867 dd->dd_myname, tx)); in dsl_dir_destroy_sync() 869 dsl_dir_rele(dd, FTAG); in dsl_dir_destroy_sync() 874 dsl_clone_destroy_assert(dsl_dir_t *dd) in dsl_clone_destroy_assert() argument 878 ASSERT(dsl_dir_is_clone(dd)); in dsl_clone_destroy_assert() 903 dsl_dir_t *dd = ds->ds_dir; in dsl_async_clone_destroy() local [all …]
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | dpdk_lpm6.c | 282 FIB_PRINTF(LOG_INFO, dd->fd, "destroy dd %p", dd); in destroy_dd() 285 free(dd, M_TEMP); in destroy_dd() 364 dd->routes_added, dd->routes_failed); in check_dump_success() 365 if (dd->hit_tables || dd->routes_failed > 0) in check_dump_success() 370 dd->fibnum, dd->routes_added); in check_dump_success() 403 dd->fd = fd; in build_table() 414 dd->lpm6 = lpm6; in build_table() 420 return (dd); in build_table() 433 dd = &dd_base; in init_table() 440 dd = build_table(dd, fd); in init_table() [all …]
|
| H A D | dpdk_lpm.c | 300 dd->routes_added, dd->routes_failed); in check_dump_success() 301 if (dd->hit_tables || dd->routes_failed > 0) in check_dump_success() 306 dd->fibnum, dd->routes_added); in check_dump_success() 334 if (dd == NULL) { in build_table() 339 dd->fd = fd; in build_table() 350 dd->lpm = lpm; in build_table() 356 return (dd); in build_table() 369 dd = &dd_base; in init_table() 376 dd = build_table(dd, fd); in init_table() 377 if (dd == NULL) { in init_table() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dsl_dir.h | 134 dsl_dir_phys(dsl_dir_t *dd) in dsl_dir_phys() argument 136 return (dd->dd_dbuf->db_data); in dsl_dir_phys() 139 void dsl_dir_rele(dsl_dir_t *dd, void *tag); 146 int dsl_dir_namelen(dsl_dir_t *dd); 150 uint64_t dsl_dir_get_used(dsl_dir_t *dd); 152 uint64_t dsl_dir_get_quota(dsl_dir_t *dd); 157 uint64_t dsl_dir_get_usedds(dsl_dir_t *dd); 188 boolean_t dsl_dir_is_clone(dsl_dir_t *dd); 211 #define dprintf_dd(dd, fmt, ...) do { \ argument 214 dsl_dir_name(dd, __ds_name); \ [all …]
|
| H A D | dsl_prop.h | 71 void dsl_prop_init(dsl_dir_t *dd); 72 void dsl_prop_fini(dsl_dir_t *dd); 78 void dsl_prop_notify_all(struct dsl_dir *dd); 91 int dsl_prop_get_dd(struct dsl_dir *dd, const char *propname, 110 int dsl_prop_predict(dsl_dir_t *dd, const char *propname,
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted_volume.ksh | 56 log_must dd if=/dev/urandom of=$send_file bs=8k count=64 78 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=64 79 log_must dd if=$recv_file of=$tmpdir/recv.dd bs=8k count=64 80 log_must diff $tmpdir/send.dd $tmpdir/recv.dd 83 log_must dd if=/dev/urandom of=$clone_file bs=8k count=32 101 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=32 skip=32 102 log_must dd if=$recv_file of=$tmpdir/recv.dd bs=8k count=32 skip=32 103 log_must diff $tmpdir/send.dd $tmpdir/recv.dd
|
| H A D | redacted.kshlib | 55 log_must dd if=/dev/urandom of=$mntpnt/f1 bs=$bs count=16 56 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=$bs count=32 69 log_must dd if=/dev/urandom of=$mntpnt/$recsize bs=8 \ 88 log_must dd if=/dev/urandom of=$mntpnt/f1 bs=8M count=1 90 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=1M count=1 91 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=1M count=1 seek=7 \ 94 log_must dd if=/dev/urandom of=$mntpnt/f3 bs=1M count=6 seek=1 117 log_must dd if=/dev/urandom of=$mntpnt/f1 bs=$bs count=16 118 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=$bs count=32 160 log_must dd if=/dev/urandom of=$mntpnt/contents1 bs=512 count=2 [all …]
|
| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | packet.txt | 9 000000 aa bb cc dd 00 00 b0 b1 b2 b3 b4 b5 08 00 45 00 15 000000 aa bb cc dd 00 01 b0 b1 b2 b3 b4 b5 08 00 45 00 21 000000 aa bb cc dd 00 02 b0 b1 b2 b3 b4 b5 08 00 45 00 27 000000 aa bb cc dd 00 03 b0 b1 b2 b3 b4 b5 08 00 45 00 33 000000 aa bb cc dd 00 04 b0 b1 b2 b3 b4 b5 08 00 45 00 39 000000 aa bb cc dd 00 05 b0 b1 b2 b3 b4 b5 08 00 45 00 45 000000 aa bb cc dd 00 06 b0 b1 b2 b3 b4 b5 08 00 45 00 51 000000 aa bb cc dd 00 07 b0 b1 b2 b3 b4 b5 08 00 45 00 57 000000 aa bb cc dd 00 08 b0 b1 b2 b3 b4 b5 08 00 45 00 63 000000 aa bb cc dd 00 09 b0 b1 b2 b3 b4 b5 08 00 45 00 [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_hole_birth.ksh | 81 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=11264 seek=1152 85 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=152 seek=384 \ 87 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=10 seek=1408 \ 98 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=128k count=1 seek=1 101 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=128k count=1 102 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=128k count=1 seek=3 113 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=512 count=128k conv=notrunc 117 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=512 count=1 seek=96k \
|
| H A D | send-c_volume.ksh | 55 log_must dd if=$data1 of=$voldev bs=1024k 63 md5=$(dd if=$voldev2 bs=1024k count=$megs 2>/dev/null | md5digest) 67 log_must dd seek=$megs if=$data2 of=$voldev bs=1024k 75 md5=$(dd skip=$megs if=$voldev2 bs=1024k count=$megs 2>/dev/null | md5digest)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
| H A D | slog_replay_fs_001.ksh | 77 log_must dd if=/dev/zero of=/$TESTPOOL/$TESTFS/sync \ 111 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/payload \ 116 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/small_file \ 118 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/small_file \ 140 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/large \ 144 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/holes.1 \ 146 log_must dd if=/dev/zero of=/$TESTPOOL/$TESTFS/holes.1 \ 149 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/holes.2 \ 151 log_must dd if=/dev/zero of=/$TESTPOOL/$TESTFS/holes.2 \ 154 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/holes.3 \ [all …]
|
| H A D | slog_replay_volume.ksh | 117 log_must dd if=/dev/urandom of=$MNTPNT/latency-8k bs=8k count=1 oflag=sync 118 log_must dd if=/dev/urandom of=$MNTPNT/latency-128k bs=128k count=1 oflag=sync 122 log_must dd if=/dev/urandom of=$MNTPNT/throughput-8k bs=8k count=1 123 log_must dd if=/dev/urandom of=$MNTPNT/throughput-128k bs=128k count=1 126 log_must dd if=/dev/urandom of=$MNTPNT/holes bs=128k count=8 127 log_must dd if=/dev/zero of=$MNTPNT/holes bs=128k count=2 seek=2 conv=notrunc 134 log_must dd if=/dev/urandom of=$MNTPNT/discard bs=128k count=16
|
| H A D | slog_014_pos.ksh | 55 dd if=/dev/urandom of=/$TESTPOOL/filler bs=1024k count=50 68 log_must dd if=/dev/urandom of=$VDIR/a bs=1024k \ 71 log_must dd if=/dev/urandom of=$VDIR/a bs=1024k \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
| H A D | nopwrite_negative.ksh | 46 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 51 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \ 59 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 64 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \ 71 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 75 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \ 82 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 86 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
|
| H A D | nopwrite_copies.ksh | 46 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 51 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \ 62 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 67 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_object_range_neg.ksh | 51 log_mustnot zdb -dd $TESTPOOL 0:1:${bad_flags[i]} 52 log_mustnot zdb -dd $TESTPOOL 0:1:A-${bad_flags[i]} 62 log_mustnot zdb -dd $TESTPOOL ${bad_ranges[i]} 67 obj_id_highest=$(zdb -P -dd $TESTPOOL/$TESTFS 2>/dev/null | 70 log_mustnot zdb -dd $TESTPOOL/$TESTFS $obj_id_invalid
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
| H A D | removal_nopwrite.ksh | 35 dd if=/dev/urandom of=$TESTDIR/file_8k bs=1024k count=$MEGS oflag=sync \ 38 dd if=/dev/urandom of=$TESTDIR/file_128k bs=1024k count=$MEGS oflag=sync \ 48 dd if=/$TESTDIR/file_8k of=/$TESTDIR/clone/file_8k bs=1024k \ 53 dd if=/$TESTDIR/file_128k of=/$TESTDIR/clone/file_128k bs=1024k \ 75 dd if=/$TESTDIR/file_8k of=/$TESTDIR/clone/file_8k bs=1024k \ 83 dd if=/$TESTDIR/file_128k of=/$TESTDIR/clone/file_128k bs=1024k \
|
| H A D | removal_with_dedup.ksh | 42 log_must dd if=/$TESTDIR/$TESTFILE0 of=/dev/null 43 log_must dd if=/$TESTDIR/$TESTFILE1 of=/dev/null 44 log_must dd if=/$TESTDIR/$TESTFILE2 of=/dev/null
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/devices/ |
| H A D | devices_001_pos.ksh | 62 log_must dd if=/dev/urandom of=$TESTDIR/$TESTFILE1.out1 count=1 bs=128k 63 log_must dd if=$TESTDIR/$TESTFILE1.out1 of=$TESTDIR/$TESTFILE1 count=1 bs=128k 64 log_must dd if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out2 count=1 bs=128k 70 log_must dd if=/dev/urandom of=$TESTDIR/$TESTFILE2 count=1 bs=128k
|
| H A D | devices_002_neg.ksh | 62 log_mustnot dd if=/dev/urandom of=$TESTDIR/$TESTFILE1 count=1 bs=128k 63 log_mustnot dd if=$TESTDIR/$TESTFILE1 of=/dev/null count=1 bs=128k 68 log_mustnot dd if=/dev/urandom of=$TESTDIR/$TESTFILE2 count=1 bs=128k
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/ |
| H A D | zfs_rename_007_pos.ksh | 81 log_must dd if=/dev/urandom of=$SRC_FILE bs=$BS count=$CNT 123 log_must dd if=$SRC_FILE of=$obj bs=$BS count=$CNT 137 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT 140 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT 151 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT
|