Searched refs:pe_align (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dformat-text.c1177 Always have an mda between end-of-label and pe_align() boundary */
1194 alignment = pv->pe_align << SECTOR_SHIFT;
1220 /* Round up to pe_align boundary */
1229 /* Add pe_align_offset if on pe_align boundary */
1250 /* Round up to pe_align boundary */
1411 pv->pe_start = pv->pe_align;
1425 /* Adjust pe_start to: (N * pe_align) + pe_align_offset */
1426 if (pv->pe_align) {
1428 (pv->pe_start - pv->pe_align_offset) % pv->pe_align;
1430 pv->pe_start += pv->pe_align
[all...]
H A Dimport_vsn1.c246 pv->pe_align = 0;
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata.c68 if (pv->pe_align)
72 pv->pe_align = data_alignment;
74 pv->pe_align = MAX(65536UL, lvm_getpagesize()) >> SECTOR_SHIFT;
84 pv->pe_align = MAX(pv->pe_align,
98 pv->pe_align = MAX(pv->pe_align,
102 pv->pe_align = MAX(pv->pe_align,
108 dev_name(pv->dev), pv->pe_align);
[all...]
H A Dmetadata-exported.h194 unsigned long pe_align; member in struct:physical_volume
/netbsd-current/external/gpl2/lvm2/dist/lib/format_pool/
H A Dimport_export.c155 pv->pe_align = 0;
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h194 unsigned long pe_align; member in struct:physical_volume
/netbsd-current/external/gpl2/lvm2/dist/lib/format1/
H A Dimport-export.c100 pv->pe_align = 0;

Completed in 128 milliseconds