Searched refs:LP_BLOCK_DEVICE_SLOT_SUFFIXED (Results 1 – 5 of 5) sorted by relevance
336 #define LP_BLOCK_DEVICE_SLOT_SUFFIXED (1 << 0) macro
372 if (!(block_device.flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED)) { in AdjustMetadataForSlot()380 block_device.flags &= ~LP_BLOCK_DEVICE_SLOT_SUFFIXED; in AdjustMetadataForSlot()
116 if (block_device.flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED) { in ValidateAndSerializeMetadata()
757 metadata->block_devices.back().flags |= LP_BLOCK_DEVICE_SLOT_SUFFIXED; in Export()
81 if (flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED) strings.emplace_back("slot-suffixed"); in BuildBlockDeviceFlagString()