Searched refs:s_mb_history (Results 1 – 2 of 2) sorted by relevance
123 struct ext4_mb_history *s_mb_history; member
2233 if (unlikely(sbi->s_mb_history == NULL)) in ext4_mb_seq_history_open()2247 memcpy(s->history, sbi->s_mb_history, size); in ext4_mb_seq_history_open()2419 kfree(sbi->s_mb_history); in ext4_mb_history_release()2438 sbi->s_mb_history = kzalloc(i, GFP_KERNEL); in ext4_mb_history_init()2448 if (unlikely(sbi->s_mb_history == NULL)) in ext4_mb_store_history()2475 memcpy(sbi->s_mb_history + sbi->s_mb_history_cur, &h, sizeof(h)); in ext4_mb_store_history()