PREALLOC_TB_SIZE 2674 fs/ext4/mballoc.c 		for (j = 0; j < PREALLOC_TB_SIZE; j++)
PREALLOC_TB_SIZE 3475 fs/ext4/mballoc.c 	if (order > PREALLOC_TB_SIZE - 1)
PREALLOC_TB_SIZE 3477 fs/ext4/mballoc.c 		order = PREALLOC_TB_SIZE - 1;
PREALLOC_TB_SIZE 3484 fs/ext4/mballoc.c 	for (i = order; i < PREALLOC_TB_SIZE; i++) {
PREALLOC_TB_SIZE 4381 fs/ext4/mballoc.c 	if (order > PREALLOC_TB_SIZE - 1)
PREALLOC_TB_SIZE 4383 fs/ext4/mballoc.c 		order = PREALLOC_TB_SIZE - 1;
PREALLOC_TB_SIZE  144 fs/ext4/mballoc.h 	struct list_head	lg_prealloc_list[PREALLOC_TB_SIZE];