| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_hierarchy.ksh | 41 destroy_pool "$poolname" 49 poolname="$TESTPOOL-zvol_hierarchy" 58 log_must zfs create "$poolname/sendfs" 60 log_must zfs snapshot "$poolname/sendfs@snap" 61 log_must zfs snapshot "$poolname/sendvol@snap" 69 log_must zfs create "$poolname/fs" 70 log_must zfs create "$poolname/fs/subfs" 72 log_must zfs destroy "$poolname/fs/subfs" 86 log_must zfs create "$poolname/movefs" 89 log_mustnot zfs rename "$poolname/fs" "$poolname/renamevol/fs" [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_-e.ksh | 40 destroy_pool "$poolname" 49 poolname="$TESTPOOL-zfsrecv" 50 recvfs="$poolname/recv" 60 log_must zfs create -p "$poolname/fs/a/b" 62 log_must zfs snapshot -r "$poolname@full" 63 log_must zfs snapshot -r "$poolname@incr" 68 log_must eval "zfs send $poolname/fs@full > $streamfile" 80 log_must eval "zfs send $poolname@full > $streamfile" 82 log_must datasetexists "$recvfs_rootds/$poolname" 83 log_must snapexists "$recvfs_rootds/$poolname@full" [all …]
|
| H A D | zfs_receive_new_props.ksh | 41 destroy_pool "$poolname" 53 poolname=sendpool 57 sendfs="$poolname/fs" 65 log_must zpool create -O mountpoint=none "$poolname" "$vdevfile"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_all_001_pos.ksh | 55 typeset poolname 133 poolname="${TESTPOOL}-$number" 135 "$poolname" \ 138 testpools[$poolname]=$poolname 147 for poolname in $(get_all_pools); do 148 if [[ -z ${testpools[$poolname]} ]]; then 149 log_must_busy zpool export $poolname 159 for poolname in ${testpools[@]}; do 160 if poolexists $poolname ; then 161 log_must_busy zpool export $poolname
|
| H A D | zpool_import.kshlib | 216 typeset poolname=$1 220 status=$(zpool status $poolname 2>&1) 223 log_note "zpool status $poolname failed: $status" 245 expected="$poolname $expected" 268 typeset poolname=$1 275 check_pool_config -q $poolname "$expectedconfig" 280 check_pool_config $poolname "$expectedconfig"
|
| H A D | zpool_import_014_pos.ksh | 65 typeset poolname=$2 70 if [[ "name: '$poolname'" != "$labelname" ]]; then
|
| /f-stack/dpdk/app/test/ |
| H A D | sample_packet_forward.c | 58 test_get_mempool(struct rte_mempool **mp, char *poolname) in test_get_mempool() argument 60 *mp = rte_pktmbuf_pool_create(poolname, NB_MBUF, 32, 0, in test_get_mempool() 70 char *poolname) in test_get_mbuf_from_pool() argument 74 ret = test_get_mempool(mp, poolname); in test_get_mbuf_from_pool()
|
| H A D | test_pdump.c | 54 char poolname[] = "mbuf_pool_client"; in run_pdump_client_tests() local 56 ret = test_get_mempool(&mp, poolname); in run_pdump_client_tests() 145 char poolname[] = "mbuf_pool_server"; in send_pkts() local 147 ret = test_get_mbuf_from_pool(&mp, pbuf, poolname); in send_pkts()
|
| H A D | sample_packet_forward.h | 33 char *poolname); 36 int test_get_mempool(struct rte_mempool **mp, char *poolname);
|
| H A D | test_bitratestats.c | 156 char poolname[] = "mbuf_pool"; in test_bit_packet_forward() local 157 ret = test_get_mbuf_from_pool(&mp, pbuf, poolname); in test_bit_packet_forward()
|
| H A D | test_latencystats.c | 154 char poolname[] = "mbuf_pool"; in test_latency_packet_forward() local 156 ret = test_get_mbuf_from_pool(&mp, pbuf, poolname); in test_latency_packet_forward()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/ |
| H A D | zfs_rename_009_neg.ksh | 50 for poolname in $(get_all_pools); do 51 for snap in $(zfs list -H -t snapshot -o name -r $poolname); do
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 908 poolname, program, instrlimit=ZCP_DEFAULT_INSTRLIMIT, argument 940 poolname, program, instrlimit, memlimit, params_nv, outnvl) 942 ret, poolname, output.get(b"error")) 947 poolname, program, instrlimit=ZCP_DEFAULT_INSTRLIMIT, argument 987 ret, poolname, output.get(b"error")) 1430 def lzc_reopen(poolname, restart=True): argument 1439 ret = _lib.lzc_reopen(poolname, restart) 1440 errors.lzc_reopen_translate_error(ret, poolname) 1501 def lzc_sync(poolname, force=False): argument 1519 ret = _lib.lzc_sync(poolname, innvl, outnvl) [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/zinject/ |
| H A D | translate.c | 218 int level, zinject_record_t *record, char *poolname, char *dataset) in translate_record() argument 260 (void) strcpy(poolname, object); in translate_record() 300 (void) strcpy(poolname, dataset); in translate_record() 301 if ((slash = strchr(poolname, '/')) != NULL) in translate_record()
|
| H A D | zinject.h | 58 int level, zinject_record_t *record, char *poolname, char *dataset);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | statechange-led.sh | 175 poolname=$(zed_guid_to_pool "$ZEVENT_POOL_GUID") 176 process_pool "$poolname"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
| H A D | xattr_012_pos.ksh | 56 poolname=$1 57 psize=$(zpool list -H -o allocated $poolname)
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_config.c | 340 zpool_skip_pool(const char *poolname) in zpool_skip_pool() argument 348 int namelen = strlen(poolname); in zpool_skip_pool() 361 if (len == namelen && 0 == strncmp(cur, poolname, len)) in zpool_skip_pool() 375 if (len == namelen && 0 == strncmp(cur, poolname, len)) { in zpool_skip_pool()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 960 zcp_pool_error(zcp_run_info_t *ri, const char *poolname) in zcp_pool_error() argument 965 poolname); in zcp_pool_error() 1002 zcp_eval_open(zcp_run_info_t *ri, const char *poolname) in zcp_eval_open() argument 1013 error = dsl_pool_hold(poolname, FTAG, &dp); in zcp_eval_open() 1015 zcp_pool_error(ri, poolname); in zcp_eval_open() 1038 zcp_eval(const char *poolname, const char *program, boolean_t sync, in zcp_eval() argument 1158 err = dsl_sync_task_sig(poolname, NULL, zcp_eval_sync, in zcp_eval() 1161 zcp_pool_error(&runinfo, poolname); in zcp_eval() 1163 zcp_eval_open(&runinfo, poolname); in zcp_eval()
|
| H A D | zfs_ioctl.c | 3427 poollen = strlen(poolname); in zfs_ioc_snapshot() 3487 char *poolname; in zfs_ioc_log_history() local 3498 poolname = tsd_get(zfs_allow_log_key); in zfs_ioc_log_history() 3499 if (poolname == NULL) in zfs_ioc_log_history() 3503 kmem_strfree(poolname); in zfs_ioc_log_history() 3648 poollen = strlen(poolname); in zfs_ioc_destroy_snaps() 3765 poollen = strlen(poolname); in zfs_ioc_destroy_bookmarks() 3841 return (spa_checkpoint(poolname)); in zfs_ioc_pool_checkpoint() 4799 char *poolname = arg; in zfs_allow_log_destroy() local 4801 if (poolname != NULL) in zfs_allow_log_destroy() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 1242 verify(iarg->poolname == NULL || iarg->guid == 0); in zpool_find_import_impl() 1295 if (iarg->poolname != NULL || iarg->guid != 0) { in zpool_find_import_impl() 1303 if (iarg->poolname != NULL && !aux) { in zpool_find_import_impl() 1308 strcmp(iarg->poolname, pname) == 0; in zpool_find_import_impl() 1377 const char *poolname, uint64_t guid) in zpool_find_import_cached() argument 1389 verify(poolname == NULL || guid == 0); in zpool_find_import_cached() 1447 if (poolname != NULL && strcmp(poolname, name) != 0) in zpool_find_import_cached() 1502 verify(import->poolname == NULL || import->guid == 0); in zpool_search_import() 1506 import->poolname, import->guid); in zpool_search_import()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/scripts/ |
| H A D | prefetch_io.sh | 58 poolname=$1
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 558 char *poolname; in zpool_do_initialize() local 623 poolname = argv[0]; in zpool_do_initialize() 882 char *poolname; in zpool_do_add() local 950 poolname); in zpool_do_add() 1093 char *poolname; in zpool_do_remove() local 1380 char *poolname; in zpool_do_create() local 1567 poolname); in zpool_do_create() 6328 poolname); in zpool_do_attach_or_replace() 6653 char *poolname; in zpool_do_online() local 6728 char *poolname; in zpool_do_offline() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/ |
| H A D | add_nested_replacing_spare.ksh | 91 zpool status | awk -v poolname="$TESTPOOL" -v type="$type" 'BEGIN {s=""}
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzutil.h | 65 const char *poolname; /* name of a pool to find */ member
|