Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c705 static char *spl_hostid_path = HW_HOSTID_PATH; variable
706 module_param(spl_hostid_path, charp, 0444);
707 MODULE_PARM_DESC(spl_hostid_path, "The system hostid file (/etc/hostid)");
719 filp = filp_open(spl_hostid_path, 0, 0); in hostid_read()