Searched refs:VDEV_TYPE_FILE (Results 1 – 5 of 5) sorted by relevance
224 VDEV_TYPE_FILE, /* name of this vdev type */
513 type = VDEV_TYPE_FILE; in make_leaf_vdev()1134 else if (strcmp(type, VDEV_TYPE_FILE) == 0) in is_device_in_use()
604 #define VDEV_TYPE_FILE "file" macro
4031 if (strcmp(type, VDEV_TYPE_FILE) == 0 ||
856 VERIFY(nvlist_add_string(file, ZPOOL_CONFIG_TYPE, VDEV_TYPE_FILE) == 0); in make_vdev_file()