Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/mm/
Dcache-debugfs.c112 struct dentry *dcache_dentry, *icache_dentry; in cache_debugfs_init() local
114 dcache_dentry = debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init()
117 if (!dcache_dentry) in cache_debugfs_init()
124 debugfs_remove(dcache_dentry); in cache_debugfs_init()