Home
last modified time | relevance | path

Searched defs:SEGMENT_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Da.out.h121 #define SEGMENT_SIZE 1024 macro
125 #define SEGMENT_SIZE getpagesize() macro
/linux/lib/zstd/compress/
H A Dzstd_preSplit.c202 #define SEGMENT_SIZE 512 in ZSTD_splitBlock_fromBorders() macro
/linux/fs/f2fs/
H A Dsegment.h81 #define SEGMENT_SIZE(sbi) (1ULL << ((sbi)->log_blocksize + \ macro