Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:DEFAULT_ALIGNMENT

1861       sectorAlignment = DEFAULT_ALIGNMENT * SECTOR_SIZE / blockSize;
1863 sectorAlignment = DEFAULT_ALIGNMENT;
2275 // value less than or equal to the DEFAULT_ALIGNMENT value (adjusted for the
2280 // defined, the alignment value is set to DEFAULT_ALIGNMENT (2048) (or an
2288 uint32_t align = DEFAULT_ALIGNMENT;
2291 align = DEFAULT_ALIGNMENT * SECTOR_SIZE / blockSize;