Searched refs:lvProps (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleLVMVolume.cpp32 OSDictionary * lvProps = OSDynamicCast(OSDictionary, OSUnserializeXML(lve->plist, &errmsg)); local
33 if (!lvProps) {
41 return lvProps;
45 AppleLVMVolume * AppleLVMVolume::withHeader(AppleLVMVolumeOnDisk * lve, OSDictionary * lvProps) argument
49 if (!lvProps) lvProps = AppleLVMVolume::propsFromHeader(lve);
50 if (!lvProps) return false;
55 if (!me->init() || !me->initWithHeader(lvProps)) {
73 if (lvProps) lvProps
[all...]
H A DAppleRAIDUserLib.c1202 static AppleLVMVolumeOnDisk * buildLVMetaDataBlock(CFMutableDictionaryRef lvProps, CFDataRef extentData);
1207 CFMutableDictionaryRef lvProps = 0; local
1235 lvProps = initLogicalVolumeProps(lvgUUIDString, volumeType, volumeSize, CFSTR("meta"), sequenceProp, extentData);
1236 if (!lvProps) goto error;
1237 lvData = buildLVMetaDataBlock(lvProps, extentData);
1245 if (lvProps) CFRelease(lvProps);
1254 if (lvProps) CFRelease(lvProps);
2443 CFMutableDictionaryRef lvProps
2490 CFMutableDictionaryRef lvProps = 0; local
2551 AppleLVMModifyVolume(CFMutableDictionaryRef lvProps, CFStringRef key, void * value) argument
2595 buildLVMetaDataBlock(CFMutableDictionaryRef lvProps, CFDataRef extentData) argument
2763 AppleLVMResizeVolume(CFMutableDictionaryRef lvProps, UInt64 newSize) argument
2890 AppleLVMSnapShotVolume(CFMutableDictionaryRef lvProps, CFStringRef snapType, UInt64 snapSize) argument
[all...]
H A DAppleRAID.cpp948 OSDictionary * lvProps = NULL; local
963 lvProps = AppleLVMVolume::propsFromHeader(lve);
964 if (!lvProps) break;
967 const OSString * setUUIDString = OSDynamicCast(OSString, lvProps->getObject(kAppleLVMGroupUUIDKey));
973 OSNumber * number = OSDynamicCast(OSNumber, lvProps->getObject(kAppleLVMVolumeSequenceKey));
979 const OSString * lvUUIDString = OSDynamicCast(OSString, lvProps->getObject(kAppleLVMVolumeUUIDKey));
985 rc = lvg->updateLogicalVolume(lv, lvProps, lve);
987 rc = lvg->createLogicalVolume(lvProps, lve);
998 if (lvProps) lvProps
[all...]
H A Dartest.c893 CFMutableDictionaryRef lvProps = AppleLVMGetVolumeProperties(lvUUID); local
894 if (!lvProps) {
900 CFNumberRef number = (CFNumberRef)CFDictionaryGetValue(lvProps, CFSTR(kAppleLVMVolumeSizeKey));
905 UInt64 newSize = AppleLVMResizeVolume(lvProps, volSize);
911 AppleLVMVolumeRef volRef = AppleLVMUpdateVolume(lvProps);
931 CFMutableDictionaryRef lvProps = AppleLVMGetVolumeProperties(lvUUID); local
932 if (!lvProps) {
950 CFNumberRef number = (CFNumberRef)CFDictionaryGetValue(lvProps, CFSTR(kAppleLVMVolumeSizeKey));
956 CFMutableDictionaryRef snapProps = AppleLVMSnapShotVolume(lvProps, lvType, volSize);
H A DAppleLVMVolume.h98 OSDictionary * lvProps; member in class:AppleLVMVolume

Completed in 100 milliseconds