Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c442 if (strncmp(name, ZVOL_ROOT, strlen(ZVOL_ROOT)) == 0) { in zfs_device_get_devid()
521 if (strncmp(physpath, ZVOL_ROOT, strlen(ZVOL_ROOT)) == 0) { in zfs_device_get_physical()
H A Dzutil_device_path_os.c52 (strncmp(path, ZVOL_ROOT, strlen(ZVOL_ROOT)) == 0)) { in zfs_append_partition()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzutil.h94 #define ZVOL_ROOT "/dev/zvol" macro