Searched refs:ZVOL_ROOT (Results 1 – 3 of 3) sorted by relevance
417 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()
53 (strncmp(path, ZVOL_ROOT, strlen(ZVOL_ROOT)) == 0)) { in zfs_append_partition()
119 #define ZVOL_ROOT "/dev/zvol" macro