Searched defs:shrink (Results 1 – 18 of 18) sorted by relevance
/fs/f2fs/ |
D | shrinker.c | 37 unsigned long f2fs_shrink_count(struct shrinker *shrink, in f2fs_shrink_count() 73 unsigned long f2fs_shrink_scan(struct shrinker *shrink, in f2fs_shrink_scan()
|
/fs/ubifs/ |
D | shrinker.c | 267 unsigned long ubifs_shrink_count(struct shrinker *shrink, in ubifs_shrink_count() 279 unsigned long ubifs_shrink_scan(struct shrinker *shrink, in ubifs_shrink_scan()
|
/fs/erofs/ |
D | utils.c | 216 static unsigned long erofs_shrink_count(struct shrinker *shrink, in erofs_shrink_count() 222 static unsigned long erofs_shrink_scan(struct shrinker *shrink, in erofs_shrink_scan()
|
/fs/nfs/ |
D | nfs42xattr.c | 859 nfs4_xattr_cache_scan(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_cache_scan() 880 nfs4_xattr_cache_count(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_cache_count() 940 nfs4_xattr_entry_scan(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_entry_scan() 970 nfs4_xattr_entry_count(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_entry_count()
|
D | dir.c | 2612 nfs_access_cache_scan(struct shrinker *shrink, struct shrink_control *sc) in nfs_access_cache_scan() 2624 nfs_access_cache_count(struct shrinker *shrink, struct shrink_control *sc) in nfs_access_cache_count()
|
/fs/ |
D | mbcache.c | 330 static unsigned long mb_cache_count(struct shrinker *shrink, in mb_cache_count() 370 static unsigned long mb_cache_scan(struct shrinker *shrink, in mb_cache_scan()
|
D | super.c | 61 static unsigned long super_cache_scan(struct shrinker *shrink, in super_cache_scan() 118 static unsigned long super_cache_count(struct shrinker *shrink, in super_cache_count()
|
/fs/nfsd/ |
D | nfscache.c | 289 nfsd_reply_cache_count(struct shrinker *shrink, struct shrink_control *sc) in nfsd_reply_cache_count() 298 nfsd_reply_cache_scan(struct shrinker *shrink, struct shrink_control *sc) in nfsd_reply_cache_scan()
|
/fs/xfs/ |
D | xfs_icache.c | 2185 struct shrinker *shrink, in xfs_inodegc_shrinker_count() 2207 struct shrinker *shrink, in xfs_inodegc_shrinker_scan() 2247 struct shrinker *shrink = &mp->m_inodegc_shrinker; in xfs_inodegc_register_shrinker() local
|
D | xfs_qm.c | 496 struct shrinker *shrink, in xfs_qm_shrink_scan() 531 struct shrinker *shrink, in xfs_qm_shrink_count()
|
D | xfs_buf.c | 1854 struct shrinker *shrink, in xfs_buftarg_shrink_scan() 1877 struct shrinker *shrink, in xfs_buftarg_shrink_count()
|
/fs/ocfs2/ |
D | reservations.c | 659 unsigned int shrink; in ocfs2_cannibalize_resv() local
|
/fs/gfs2/ |
D | quota.c | 163 static unsigned long gfs2_qd_shrink_scan(struct shrinker *shrink, in gfs2_qd_shrink_scan() 180 static unsigned long gfs2_qd_shrink_count(struct shrinker *shrink, in gfs2_qd_shrink_count()
|
D | glock.c | 2016 static unsigned long gfs2_glock_shrink_scan(struct shrinker *shrink, in gfs2_glock_shrink_scan() 2024 static unsigned long gfs2_glock_shrink_count(struct shrinker *shrink, in gfs2_glock_shrink_count()
|
/fs/ext4/ |
D | extents_status.c | 1634 static unsigned long ext4_es_count(struct shrinker *shrink, in ext4_es_count() 1646 static unsigned long ext4_es_scan(struct shrinker *shrink, in ext4_es_scan()
|
D | inode.c | 5460 int shrink = (attr->ia_size < inode->i_size); in ext4_setattr() local
|
/fs/jbd2/ |
D | journal.c | 1300 static unsigned long jbd2_journal_shrink_scan(struct shrinker *shrink, in jbd2_journal_shrink_scan() 1324 static unsigned long jbd2_journal_shrink_count(struct shrinker *shrink, in jbd2_journal_shrink_count()
|
/fs/quota/ |
D | dquot.c | 780 dqcache_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) in dqcache_shrink_scan() 800 dqcache_shrink_count(struct shrinker *shrink, struct shrink_control *sc) in dqcache_shrink_count()
|