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

/linux-master/fs/f2fs/
H A Dshrinker.c31 static unsigned long __count_extent_cache(struct f2fs_sb_info *sbi, function
60 count += __count_extent_cache(sbi, EX_READ);
63 count += __count_extent_cache(sbi, EX_BLOCK_AGE);
142 f2fs_shrink_read_extent_tree(sbi, __count_extent_cache(sbi, EX_READ));
144 __count_extent_cache(sbi, EX_BLOCK_AGE));

Completed in 132 milliseconds