Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c586 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 Dlibzfs_status.c319 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid); in check_status()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_config.c452 fnvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, hostid); in spa_config_generate()
H A Dspa.c2982 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 Dzfs.h689 #define ZPOOL_CONFIG_HOSTID "hostid" macro
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2946 (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()