Searched refs:IsVirtioBlkDevice (Results 1 – 5 of 5) sorted by relevance
41 using android::vold::IsVirtioBlkDevice;183 IsVirtioBlkDevice(major(mRawDevice))) && f2fs::IsSupported()) { in doFormat()
272 if (IsVirtioBlkDevice(majorId)) { in readMetadata()571 if (IsVirtioBlkDevice(majorId)) { in getMaxMinors()
137 bool IsVirtioBlkDevice(unsigned int major);
81 using android::vold::IsVirtioBlkDevice;219 if (major == kMajorBlockMmc || IsVirtioBlkDevice(major)) { in handleBlockEvent()
824 bool IsVirtioBlkDevice(unsigned int major) { in IsVirtioBlkDevice() function