Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dsuper.c77 if (sb->s_op->nr_cached_objects) in super_cache_scan()
78 fs_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_scan()
128 if (sb->s_op && sb->s_op->nr_cached_objects) in super_cache_count()
129 total_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_count()
/linux-4.1.27/fs/xfs/
Dxfs_super.c1615 .nr_cached_objects = xfs_fs_nr_cached_objects,
/linux-4.1.27/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-4.1.27/include/linux/
Dfs.h1704 long (*nr_cached_objects)(struct super_block *, member