Home
last modified time | relevance | path

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

/linux/fs/
H A Dsuper.c199 if (sb->s_op->nr_cached_objects) in super_cache_scan()
200 fs_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_scan()
260 if (sb->s_op && sb->s_op->nr_cached_objects) in super_cache_count()
261 total_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_count()
/linux/Documentation/filesystems/
H A Dvfs.rst282 long (*nr_cached_objects)(struct super_block *,
412 ``nr_cached_objects``
421 also implement ->nr_cached_objects for it to be called
/linux/fs/xfs/
H A Dxfs_super.c1193 .nr_cached_objects = xfs_fs_nr_cached_objects,
/linux/fs/btrfs/
H A Dsuper.c2413 .nr_cached_objects = btrfs_nr_cached_objects,
/linux/include/linux/
H A Dfs.h2179 long (*nr_cached_objects)(struct super_block *, member
/linux/mm/
H A Dshmem.c4605 .nr_cached_objects = shmem_unused_huge_count,