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