Searched refs:LP_BLOCK_DEVICE_SLOT_SUFFIXED (Results 1 – 6 of 6) sorted by relevance
378 #define LP_BLOCK_DEVICE_SLOT_SUFFIXED (1 << 0) macro
413 if (!(block_device.flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED)) { in AdjustMetadataForSlot()421 block_device.flags &= ~LP_BLOCK_DEVICE_SLOT_SUFFIXED; in AdjustMetadataForSlot()
118 if (block_device.flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED) { in ValidateAndSerializeMetadata()
893 metadata->block_devices.back().flags |= LP_BLOCK_DEVICE_SLOT_SUFFIXED; in Export()
105 if (flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED) strings.emplace_back("slot-suffixed"); in BuildBlockDeviceFlagString()
1727 bool force_slot = !!(block_device.flags & LP_BLOCK_DEVICE_SLOT_SUFFIXED); in wipe_super()