Home
last modified time | relevance | path

Searched refs:VIR_STORAGE_POOL_FS (Results 1 – 13 of 13) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dstoragepoolcapstest.c47 virCapabilitiesAddStoragePool(caps, VIR_STORAGE_POOL_FS); in test_virCapabilitiesAddFSStoragePool()
H A Dstoragepoolxml2argvtest.c38 case VIR_STORAGE_POOL_FS: in testCompareXMLToArgvFiles()
H A Dstoragevolxml2argvtest.c24 case VIR_STORAGE_POOL_FS: in testSetVolumeType()
/dports/devel/libvirt/libvirt-7.10.0/src/storage/
H A Dstorage_backend_fs.c645 .type = VIR_STORAGE_POOL_FS,
704 if (virStorageBackendNamespaceInit(VIR_STORAGE_POOL_FS, in virStorageBackendFsRegister()
H A Dstorage_driver.c1631 case VIR_STORAGE_POOL_FS: in storageVolLookupByPathCallback()
2628 backend->type == VIR_STORAGE_POOL_FS || in storageVolWipePattern()
H A Dstorage_util.c4184 if (def->type == VIR_STORAGE_POOL_FS) in virStorageBackendFileSystemMountDefaultArgs()
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dstorage_conf.h96 VIR_STORAGE_POOL_FS, /* Local filesystem */ enumerator
H A Dvirstorageobj.c1451 case VIR_STORAGE_POOL_FS: in virStoragePoolObjSourceFindDuplicateCb()
1457 data->def->type == VIR_STORAGE_POOL_FS || in virStoragePoolObjSourceFindDuplicateCb()
1966 (obj->def->type == VIR_STORAGE_POOL_FS)) || in virStoragePoolObjMatch()
H A Dstorage_conf.c186 {.poolType = VIR_STORAGE_POOL_FS,
811 if (def->type != VIR_STORAGE_POOL_FS && in virStoragePoolDefParseFeatures()
H A Ddomain_conf.c30962 case VIR_STORAGE_POOL_FS: in virDomainStorageSourceTranslateSourcePool()
/dports/devel/libvirt/libvirt-7.10.0/src/esx/
H A Desx_storage_backend_vmfs.c80 *poolType = VIR_STORAGE_POOL_FS; in datastorePoolType()
532 def.type = VIR_STORAGE_POOL_FS; in esxStoragePoolGetXMLDesc()
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-pool.c1177 case VIR_STORAGE_POOL_FS: in cmdPoolList()
/dports/devel/libvirt/libvirt-7.10.0/src/test/
H A Dtest_driver.c7383 case VIR_STORAGE_POOL_FS: in testStorageVolumeTypeForPool()