Searched refs:shrinker_debugfs_rename (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | shrinker.h | 111 extern int __printf(2, 3) shrinker_debugfs_rename(struct shrinker *shrinker, 123 int shrinker_debugfs_rename(struct shrinker *shrinker, const char *fmt, ...) in shrinker_debugfs_rename() function
|
/linux-6.3-rc2/mm/ |
A D | shrinker_debug.c | 208 int shrinker_debugfs_rename(struct shrinker *shrinker, const char *fmt, ...) in shrinker_debugfs_rename() function 247 EXPORT_SYMBOL(shrinker_debugfs_rename);
|
/linux-6.3-rc2/fs/ |
A D | super.c | 1291 shrinker_debugfs_rename(&s->s_shrink, "sb-%s:%s", in get_tree_bdev() 1368 shrinker_debugfs_rename(&s->s_shrink, "sb-%s:%s", in mount_bdev()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | super.c | 1516 shrinker_debugfs_rename(&s->s_shrink, "sb-%s:%s", fs_type->name, in btrfs_mount_root()
|
Completed in 10 milliseconds