Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dsuper.c80 if (sb->s_op->nr_cached_objects) in super_cache_scan()
81 fs_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_scan()
141 if (sb->s_op && sb->s_op->nr_cached_objects) in super_cache_count()
142 total_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_count()
/Linux-v4.19/fs/xfs/
Dxfs_super.c1821 .nr_cached_objects = xfs_fs_nr_cached_objects,
/Linux-v4.19/Documentation/filesystems/
Dvfs.txt231 int (*nr_cached_objects)(struct super_block *);
302 nr_cached_objects: called by the sb cache shrinking function for the
309 implement ->nr_cached_objects for it to be called correctly.
/Linux-v4.19/include/linux/
Dfs.h1873 long (*nr_cached_objects)(struct super_block *, member
/Linux-v4.19/mm/
Dshmem.c3681 .nr_cached_objects = shmem_unused_huge_count,