Searched refs:s_es_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | extents_status.c | 436 list_add_tail(&ei->i_es_list, &sbi->s_es_list); in ext4_es_list_add() 1566 if (list_empty(&sbi->s_es_list)) { in __es_shrink() 1570 ei = list_first_entry(&sbi->s_es_list, struct ext4_inode_info, in __es_shrink() 1573 list_move_tail(&ei->i_es_list, &sbi->s_es_list); in __es_shrink() 1678 list_for_each_entry(ei, &sbi->s_es_list, i_es_list) { in ext4_seq_es_shrinker_info_show() 1715 INIT_LIST_HEAD(&sbi->s_es_list); in ext4_es_register_shrinker()
|
H A D | ext4.h | 1593 struct list_head s_es_list; /* List of inodes with reclaimable extents */ member
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | extents_status.c | 432 list_add_tail(&ei->i_es_list, &sbi->s_es_list); in ext4_es_list_add() 1559 if (list_empty(&sbi->s_es_list)) { in __es_shrink() 1563 ei = list_first_entry(&sbi->s_es_list, struct ext4_inode_info, in __es_shrink() 1566 list_move_tail(&ei->i_es_list, &sbi->s_es_list); in __es_shrink() 1671 list_for_each_entry(ei, &sbi->s_es_list, i_es_list) { in ext4_seq_es_shrinker_info_show() 1708 INIT_LIST_HEAD(&sbi->s_es_list); in ext4_es_register_shrinker()
|
H A D | ext4.h | 1657 struct list_head s_es_list; /* List of inodes with reclaimable extents */ member
|
Completed in 21 milliseconds