Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/f2fs/
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()

Completed in 3 milliseconds