Searched refs:VDEV_TYPE_DRAID (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 547 strcmp(type, VDEV_TYPE_DRAID) == 0) { in get_replication() 1191 } else if (strncmp(type, VDEV_TYPE_DRAID, in get_parity() 1192 strlen(VDEV_TYPE_DRAID)) == 0) { in get_parity() 1193 p = type + strlen(VDEV_TYPE_DRAID); in get_parity() 1228 strncmp(type, VDEV_TYPE_DRAID, strlen(VDEV_TYPE_DRAID)) == 0) { in is_grouping() 1241 return (VDEV_TYPE_DRAID); in is_grouping() 1313 if (strncmp(type, VDEV_TYPE_DRAID, strlen(VDEV_TYPE_DRAID)) != 0) in draid_config_by_type() 1630 if (strcmp(type, VDEV_TYPE_DRAID) == 0) { in construct_spec()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1199 VDEV_TYPE_DRAID, (u_longlong_t)parity, (u_longlong_t)data, in zpool_draid_name() 1213 if (sscanf(name, VDEV_TYPE_DRAID "%llu-%llu-%llu", in zpool_is_draid_spare() 2705 if (strncmp(name, VDEV_TYPE_DRAID, strlen(VDEV_TYPE_DRAID)) == 0 && in zpool_vdev_is_interior() 4053 if (strcmp(path, VDEV_TYPE_DRAID) == 0) { in zpool_vdev_name()
|
| H A D | libzfs_dataset.c | 5424 strcmp(type, VDEV_TYPE_DRAID) != 0) in volsize_from_vdevs()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 770 #define VDEV_TYPE_DRAID "draid" macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_draid.c | 1918 "%s%llu-%llu-%llu", VDEV_TYPE_DRAID, in vdev_draid_spare_create() 2487 .vdev_op_type = VDEV_TYPE_DRAID,
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 976 (void) strlcpy(zo->zo_raid_type, VDEV_TYPE_DRAID, in process_options() 1075 if (sscanf(name, VDEV_TYPE_DRAID "%llu-%llu-%llu", in ztest_is_draid_spare() 1157 if (strcmp(ztest_opts.zo_raid_type, VDEV_TYPE_DRAID) == 0) { in make_vdev_raid() 2926 if (strcmp(ztest_opts.zo_raid_type, VDEV_TYPE_DRAID) == 0) in ztest_spa_upgrade() 3283 if (strstr(svd->vdev_path, VDEV_TYPE_DRAID) != NULL) in ztest_vdev_aux_add_remove()
|