Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Da.out.h119 #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/include/linux/
Da.out.h11 #ifndef SEGMENT_SIZE
12 #define SEGMENT_SIZE PAGE_SIZE macro
/linux-4.1.27/fs/f2fs/
Dsegment.h58 #define SEGMENT_SIZE(sbi) (1ULL << (sbi->log_blocksize + \ macro
Dsegment.c1063 if (range->minlen > SEGMENT_SIZE(sbi) || start >= MAX_BLKADDR(sbi) || in f2fs_trim_fs()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4430 #define SEGMENT_SIZE 128 macro
4538 num_seg = PAGE_SIZE / SEGMENT_SIZE; in init_one()