Home
last modified time | relevance | path

Searched refs:lg_prealloc_list (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.h134 * Size of lg_prealloc_list hash is determined by MB_DEFAULT_GROUP_PREALLOC
144 struct list_head lg_prealloc_list[PREALLOC_TB_SIZE]; member
H A Dmballoc.c3018 INIT_LIST_HEAD(&lg->lg_prealloc_list[j]); in ext4_mb_init()
3955 list_for_each_entry_rcu(pa, &lg->lg_prealloc_list[i], in ext4_mb_use_preallocated()
4832 list_for_each_entry_rcu(pa, &lg->lg_prealloc_list[order], in ext4_mb_discard_lg_preallocations()
4900 * which can cause the lg_prealloc_list to be updated.
4916 list_for_each_entry_rcu(tmp_pa, &lg->lg_prealloc_list[order], in ext4_mb_add_n_trim()
4939 &lg->lg_prealloc_list[order]); in ext4_mb_add_n_trim()
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.h159 * Size of lg_prealloc_list hash is determined by MB_DEFAULT_GROUP_PREALLOC
169 struct list_head lg_prealloc_list[PREALLOC_TB_SIZE]; member
H A Dmballoc.c3707 INIT_LIST_HEAD(&lg->lg_prealloc_list[j]); in ext4_mb_init()
4969 list_for_each_entry_rcu(tmp_pa, &lg->lg_prealloc_list[i], in ext4_mb_use_preallocated()
5870 list_for_each_entry_rcu(pa, &lg->lg_prealloc_list[order], in ext4_mb_discard_lg_preallocations()
5938 * which can cause the lg_prealloc_list to be updated.
5954 list_for_each_entry_rcu(tmp_pa, &lg->lg_prealloc_list[order], in ext4_mb_add_n_trim()
5977 &lg->lg_prealloc_list[order]); in ext4_mb_add_n_trim()

Completed in 18 milliseconds