Home
last modified time | relevance | path

Searched refs:VIR_STORAGE_POOL_DIR (Results 1 – 12 of 12) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/src/storage/
H A Dstorage_backend_fs.c334 if (def->type != VIR_STORAGE_POOL_DIR && in virStorageBackendFileSystemStart()
379 if (def->type == VIR_STORAGE_POOL_DIR) { in virStorageBackendFileSystemCheck()
626 .type = VIR_STORAGE_POOL_DIR,
H A Dstorage_driver.c1630 case VIR_STORAGE_POOL_DIR: in storageVolLookupByPathCallback()
2627 if ((backend->type == VIR_STORAGE_POOL_DIR || in storageVolWipePattern()
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dstoragepoolxml2argvtest.c60 case VIR_STORAGE_POOL_DIR: in testCompareXMLToArgvFiles()
H A Dstoragevolxml2argvtest.c23 case VIR_STORAGE_POOL_DIR: in testSetVolumeType()
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dstorage_conf.h95 VIR_STORAGE_POOL_DIR, /* Local directory */ enumerator
H A Dvirstorageobj.c1304 if (obj->def->type == VIR_STORAGE_POOL_DIR) { in virStoragePoolObjSourceMatchTypeDIR()
1435 case VIR_STORAGE_POOL_DIR: in virStoragePoolObjSourceFindDuplicateCb()
1964 (obj->def->type == VIR_STORAGE_POOL_DIR)) || in virStoragePoolObjMatch()
H A Dstorage_conf.c178 {.poolType = VIR_STORAGE_POOL_DIR,
812 def->type != VIR_STORAGE_POOL_DIR) { in virStoragePoolDefParseFeatures()
H A Ddomain_conf.c30961 case VIR_STORAGE_POOL_DIR: in virDomainStorageSourceTranslateSourcePool()
/dports/devel/libvirt/libvirt-7.10.0/src/vbox/
H A Dvbox_storage.c427 poolDef.type = VIR_STORAGE_POOL_DIR; in vboxStorageVolCreateXML()
758 pool.type = VIR_STORAGE_POOL_DIR; in vboxStorageVolGetXMLDesc()
/dports/devel/libvirt/libvirt-7.10.0/src/esx/
H A Desx_storage_backend_vmfs.c76 *poolType = VIR_STORAGE_POOL_DIR; in datastorePoolType()
513 def.type = VIR_STORAGE_POOL_DIR; in esxStoragePoolGetXMLDesc()
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-pool.c1174 case VIR_STORAGE_POOL_DIR: in cmdPoolList()
/dports/devel/libvirt/libvirt-7.10.0/src/test/
H A Dtest_driver.c7382 case VIR_STORAGE_POOL_DIR: in testStorageVolumeTypeForPool()