Home
last modified time | relevance | path

Searched refs:PREALLOC_TB_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/ext4/
Dmballoc.h155 #define PREALLOC_TB_SIZE 10 macro
161 struct list_head lg_prealloc_list[PREALLOC_TB_SIZE];
Dmballoc.c3493 for (j = 0; j < PREALLOC_TB_SIZE; j++) in ext4_mb_init()
4441 if (order > PREALLOC_TB_SIZE - 1) in ext4_mb_use_preallocated()
4443 order = PREALLOC_TB_SIZE - 1; in ext4_mb_use_preallocated()
4450 for (i = order; i < PREALLOC_TB_SIZE; i++) { in ext4_mb_use_preallocated()
5381 if (order > PREALLOC_TB_SIZE - 1) in ext4_mb_add_n_trim()
5383 order = PREALLOC_TB_SIZE - 1; in ext4_mb_add_n_trim()