Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmballoc.c2273 WRITE_ONCE(sbi->s_mb_last_groups[hash], ac->ac_f_ex.fe_group); in ext4_mb_use_best_found()
3043 ac->ac_g_ex.fe_group = READ_ONCE(sbi->s_mb_last_groups[hash]); in ext4_mb_regular_allocator()
3822 sbi->s_mb_last_groups = kzalloc_objs(ext4_group_t, in ext4_mb_init()
3824 if (sbi->s_mb_last_groups == NULL) { in ext4_mb_init()
3858 kfree(sbi->s_mb_last_groups); in ext4_mb_init()
3859 sbi->s_mb_last_groups = NULL; in ext4_mb_init()
3956 kfree(sbi->s_mb_last_groups); in ext4_mb_release()
H A Dext4.h1639 ext4_group_t *s_mb_last_groups; member