Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c417 if (strncmp(name, ZVOL_ROOT, strlen(ZVOL_ROOT)) == 0) { in zfs_device_get_devid()
496 if (strncmp(physpath, ZVOL_ROOT, strlen(ZVOL_ROOT)) == 0) { in zfs_device_get_physical()
H A Dzutil_device_path_os.c53 (strncmp(path, ZVOL_ROOT, strlen(ZVOL_ROOT)) == 0)) { in zfs_append_partition()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzutil.h119 #define ZVOL_ROOT "/dev/zvol" macro