Searched refs:lastUsable (Results 1 – 1 of 1) sorted by relevance
398 off_t lastUsable = header->LastUsableBlock() * partition->block_size; in efi_gpt_validate_create_child() local399 if (*start + *size > lastUsable) { in efi_gpt_validate_create_child()400 if (*start > lastUsable) in efi_gpt_validate_create_child()403 *size = lastUsable - *start; in efi_gpt_validate_create_child()