Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h731 #define ZPOOL_CONFIG_MMP_HOSTNAME "mmp_hostname" /* not stored on disk */ macro
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1993 ZPOOL_CONFIG_MMP_HOSTNAME)) in zpool_import_props()
1995 ZPOOL_CONFIG_MMP_HOSTNAME); in zpool_import_props()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2869 if (nvlist_exists(nvinfo, ZPOOL_CONFIG_MMP_HOSTNAME)) in show_import()
2871 ZPOOL_CONFIG_MMP_HOSTNAME); in show_import()
2998 if (nvlist_exists(nvinfo, ZPOOL_CONFIG_MMP_HOSTNAME)) in do_import()
3000 ZPOOL_CONFIG_MMP_HOSTNAME); in do_import()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c3173 ZPOOL_CONFIG_MMP_HOSTNAME, hostname); in spa_activity_check()