OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectorAlignment
(Results
1 - 3
of
3
) sorted by null
/external/gptfdisk/
gpt.cc
81
sectorAlignment
= MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default
106
sectorAlignment
= MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default
142
sectorAlignment
= orig.
sectorAlignment
;
325
if ((partitions[i].IsUsed()) && (partitions[i].GetFirstLBA() %
sectorAlignment
) != 0) {
327
<<
sectorAlignment
<< "-sector boundary. This may\nresult "
[
all
...]
gpt.h
82
uint32_t
sectorAlignment
; // Start partitions at multiples of
sectorAlignment
191
uint32_t GetAlignment(void) {return
sectorAlignment
;}
gpttext.cc
219
<< sector << " in\norder to align on " <<
sectorAlignment
[
all
...]
Completed in 186 milliseconds