Searched refs:VDEV_TYPE_FILE (Results 1 – 7 of 7) sorted by relevance
282 VDEV_TYPE_FILE, /* name of this vdev type */
495 type = VDEV_TYPE_FILE; in make_leaf_vdev()1164 else if (strcmp(type, VDEV_TYPE_FILE) == 0) in is_device_in_use()
636 #define VDEV_TYPE_FILE "file" macro
758 #define VDEV_TYPE_FILE "file" macro
1109 && strcmp(type, VDEV_TYPE_FILE) in vdev_init_from_nvlist()
4379 if (strcmp(type, VDEV_TYPE_FILE) == 0 ||
882 VERIFY(nvlist_add_string(file, ZPOOL_CONFIG_TYPE, VDEV_TYPE_FILE) == 0); in make_vdev_file()