Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/fs/xfs/
H A Dxfs_super.c1296 .nr_cached_objects = xfs_fs_nr_cached_objects,
/linux-6.15/fs/btrfs/
H A Dsuper.c2418 .nr_cached_objects = btrfs_nr_cached_objects,
/linux-6.15/include/linux/
H A Dfs.h2315 long (*nr_cached_objects)(struct super_block *, member
/linux-6.15/mm/
H A Dshmem.c5284 .nr_cached_objects = shmem_unused_huge_count,