Home
last modified time | relevance | path

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

/linux/fs/
H A Dsuper.c200 if (sb->s_op->nr_cached_objects) in super_cache_scan()
201 fs_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_scan()
261 if (sb->s_op && sb->s_op->nr_cached_objects) in super_cache_count()
262 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.c1309 .nr_cached_objects = xfs_fs_nr_cached_objects,
/linux/fs/btrfs/
H A Dsuper.c2432 .nr_cached_objects = btrfs_nr_cached_objects,
/linux/include/linux/
H A Dfs.h2368 long (*nr_cached_objects)(struct super_block *, member
/linux/mm/
H A Dshmem.c5347 .nr_cached_objects = shmem_unused_huge_count,