Home
last modified time | relevance | path

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

/linux-6.14.4/fs/
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.14.4/Documentation/filesystems/
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.14.4/fs/xfs/
Dxfs_super.c1224 .nr_cached_objects = xfs_fs_nr_cached_objects,
/linux-6.14.4/fs/btrfs/
Dsuper.c2414 .nr_cached_objects = btrfs_nr_cached_objects,
/linux-6.14.4/include/linux/
Dfs.h2317 long (*nr_cached_objects)(struct super_block *, member
/linux-6.14.4/mm/
Dshmem.c5296 .nr_cached_objects = shmem_unused_huge_count,