Home
last modified time | relevance | path

Searched refs:__count_extent_cache (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/f2fs/
H A Dshrinker.c31 static unsigned long __count_extent_cache(struct f2fs_sb_info *sbi, in __count_extent_cache() function
60 count += __count_extent_cache(sbi, EX_READ); in f2fs_shrink_count()
63 count += __count_extent_cache(sbi, EX_BLOCK_AGE); in f2fs_shrink_count()
142 f2fs_shrink_read_extent_tree(sbi, __count_extent_cache(sbi, EX_READ)); in f2fs_leave_shrinker()
144 __count_extent_cache(sbi, EX_BLOCK_AGE)); in f2fs_leave_shrinker()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dshrinker.c31 static unsigned long __count_extent_cache(struct f2fs_sb_info *sbi) in __count_extent_cache() function
57 count += __count_extent_cache(sbi); in f2fs_shrink_count()
133 f2fs_shrink_extent_tree(sbi, __count_extent_cache(sbi)); in f2fs_leave_shrinker()

Completed in 1 milliseconds