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

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c448 AppleRAIDPrimaryOnDisk * primaryData; member in struct:memberInfo
457 if (m->primaryData) free(m->primaryData);
1172 memberInfo->primaryData = bitmap;
1195 memberInfo->primaryData = primary;
1265 if (!memberInfo->primaryData) return false;
1269 AppleRAIDPrimaryOnDisk * header = memberInfo->primaryData;
1290 int length = write(fd, memberInfo->primaryData, memberInfo->primaryMetaDataSize);
1309 if (memberInfo->primaryData) free(memberInfo->primaryData);
[all...]

Completed in 63 milliseconds