Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1348 int nfgroup, int nfdomain) in draid_config_by_type() argument
1360 if (nfgroup && nfdomain) /* must be only one of two or none */ in draid_config_by_type()
1428 if (!children && nfdomain) in draid_config_by_type()
1429 children = nfdomain; in draid_config_by_type()
1435 if (fgrps == 1 && (nfgroup || nfdomain)) { in draid_config_by_type()
1447 if (fgrps > 1 && nfdomain && nfdomain != children) { in draid_config_by_type()
1449 "%d, must be %llu\n"), nfdomain, (u_longlong_t)children); in draid_config_by_type()
1678 int nfdomain = 0, nfgroup = 0; in construct_spec() local
1704 nfdomain++; in construct_spec()
1710 if (nfdomain) in construct_spec()
[all …]