Searched refs:SEGMENT_SIZE (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Da.out.h11 #ifndef SEGMENT_SIZE
12 #define SEGMENT_SIZE PAGE_SIZE macro
/linux-4.1.27/include/uapi/linux/
H A Da.out.h116 Note that it is up to you to define SEGMENT_SIZE
119 #define SEGMENT_SIZE page_size macro
122 #define SEGMENT_SIZE 0x2000 macro
125 #define SEGMENT_SIZE 0x20000 macro
129 #define SEGMENT_SIZE PAGE_SIZE macro
137 #define SEGMENT_SIZE 1024 macro
139 #ifndef SEGMENT_SIZE
141 #define SEGMENT_SIZE getpagesize() macro
147 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/linux-4.1.27/fs/f2fs/
H A Dsegment.h58 #define SEGMENT_SIZE(sbi) (1ULL << (sbi->log_blocksize + \ macro
H A Dsegment.c1063 if (range->minlen > SEGMENT_SIZE(sbi) || start >= MAX_BLKADDR(sbi) || f2fs_trim_fs()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4430 #define SEGMENT_SIZE 128 macro
4538 num_seg = PAGE_SIZE / SEGMENT_SIZE; init_one()

Completed in 306 milliseconds