Home
last modified time | relevance | path

Searched refs:is_grouping (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1271 is_grouping(const char *type, int *mindev, int *maxdev) in is_grouping() function
1519 if ((type = is_grouping(fulltype, &mindev, &maxdev)) != NULL) { in construct_spec()
1596 if (is_grouping(argv[c], NULL, NULL) != NULL) in construct_spec()
1803 if ((type = is_grouping(path, &min, &max)) != NULL) { in split_mirror_vdev()