OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_PE_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/lib/format1/
format1.c
419
if (vg->extent_size > MAX_PE_SIZE || vg->extent_size <
MIN_PE_SIZE
) {
421
display_size(fid->fmt->cmd, (uint64_t)
MIN_PE_SIZE
),
427
if (vg->extent_size %
MIN_PE_SIZE
) {
429
display_size(fid->fmt->cmd, (uint64_t)
MIN_PE_SIZE
));
disk-rep.h
32
#define
MIN_PE_SIZE
(8192L >> SECTOR_SHIFT) /* 8 KB in sectors */
Completed in 59 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026