Searched refs:s_mb_last_groups (Results 1 – 2 of 2) sorted by relevance
2273 WRITE_ONCE(sbi->s_mb_last_groups[hash], ac->ac_f_ex.fe_group); in ext4_mb_use_best_found()3044 ac->ac_g_ex.fe_group = READ_ONCE(sbi->s_mb_last_groups[hash]); in ext4_mb_regular_allocator()3823 sbi->s_mb_last_groups = kzalloc_objs(ext4_group_t, in ext4_mb_init()3825 if (sbi->s_mb_last_groups == NULL) { in ext4_mb_init()3859 kfree(sbi->s_mb_last_groups); in ext4_mb_init()3860 sbi->s_mb_last_groups = NULL; in ext4_mb_init()3957 kfree(sbi->s_mb_last_groups); in ext4_mb_release()
1706 ext4_group_t *s_mb_last_groups; member