Home
last modified time | relevance | path

Searched refs:lastUsable (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.cpp398 off_t lastUsable = header->LastUsableBlock() * partition->block_size; in efi_gpt_validate_create_child() local
399 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()