Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsuper.c206 if (sb->s_op->nr_cached_objects) in super_cache_scan()
207 fs_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_scan()
267 if (sb->s_op && sb->s_op->nr_cached_objects) in super_cache_count()
268 total_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_count()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h283 long (*nr_cached_objects)(struct super_block *, int); member
/openbmc/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
/openbmc/linux/fs/xfs/
H A Dxfs_super.c1190 .nr_cached_objects = xfs_fs_nr_cached_objects,
/openbmc/linux/include/linux/
H A Dfs.h2085 long (*nr_cached_objects)(struct super_block *, member
/openbmc/linux/mm/
H A Dshmem.c4558 .nr_cached_objects = shmem_unused_huge_count,