Home
last modified time | relevance | path

Searched refs:ext4_mb_history (Results 1 – 3 of 3) sorted by relevance

/fs/ext4/
Dext4_sb.h123 struct ext4_mb_history *s_mb_history;
Dmballoc.h211 struct ext4_mb_history { struct
Dmballoc.c2110 struct ext4_mb_history *history;
2117 struct ext4_mb_history *hs, in ext4_mb_history_skip_empty()
2137 struct ext4_mb_history *hs; in ext4_mb_seq_history_start()
2153 struct ext4_mb_history *hs = v; in ext4_mb_seq_history_next()
2165 struct ext4_mb_history *hs = v; in ext4_mb_seq_history_show()
2239 size = sizeof(struct ext4_mb_history) * sbi->s_mb_history_max; in ext4_mb_seq_history_open()
2437 i = sbi->s_mb_history_max * sizeof(struct ext4_mb_history); in ext4_mb_history_init()
2446 struct ext4_mb_history h; in ext4_mb_store_history()