Searched refs:ZPOOL_CONFIG_HOSTID (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 586 ZPOOL_CONFIG_HOSTID, &hostid) == 0) { in get_configs() 588 ZPOOL_CONFIG_HOSTID, hostid); in get_configs() 831 (void) nvlist_remove(config, ZPOOL_CONFIG_HOSTID, in get_configs() 836 verify(nvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, in get_configs()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_status.c | 319 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid); in check_status()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_config.c | 452 fnvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, hostid); in spa_config_generate()
|
| H A D | spa.c | 2982 if (nvlist_exists(label, ZPOOL_CONFIG_HOSTID)) in spa_activity_check_required() 2983 hostid = fnvlist_lookup_uint64(label, ZPOOL_CONFIG_HOSTID); in spa_activity_check_required() 3176 if (nvlist_exists(mmp_label, ZPOOL_CONFIG_HOSTID)) { in spa_activity_check() 3178 ZPOOL_CONFIG_HOSTID); in spa_activity_check() 3206 ZPOOL_CONFIG_HOSTID, &hostid) == 0) { in spa_verify_host()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 689 #define ZPOOL_CONFIG_HOSTID "hostid" macro
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 2946 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid); in zfs_force_import_required() 3029 if (nvlist_exists(config, ZPOOL_CONFIG_HOSTID)) in do_import() 3031 ZPOOL_CONFIG_HOSTID); in do_import()
|