PREALLOC_TB_SIZE 2548 fs/ext4/mballoc.c 		for (j = 0; j < PREALLOC_TB_SIZE; j++)
PREALLOC_TB_SIZE 3272 fs/ext4/mballoc.c 	if (order > PREALLOC_TB_SIZE - 1)
PREALLOC_TB_SIZE 3274 fs/ext4/mballoc.c 		order = PREALLOC_TB_SIZE - 1;
PREALLOC_TB_SIZE 3283 fs/ext4/mballoc.c 	for (i = order; i < PREALLOC_TB_SIZE; i++) {
PREALLOC_TB_SIZE 4179 fs/ext4/mballoc.c 	if (order > PREALLOC_TB_SIZE - 1)
PREALLOC_TB_SIZE 4181 fs/ext4/mballoc.c 		order = PREALLOC_TB_SIZE - 1;
PREALLOC_TB_SIZE  177 fs/ext4/mballoc.h 	struct list_head	lg_prealloc_list[PREALLOC_TB_SIZE];