Home
last modified time | relevance | path

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

/fs/cifs/
Ddfs_cache.h27 extern const struct file_operations dfscache_proc_fops;
Dcifs_debug.c660 proc_create("dfscache", 0644, proc_fs_cifs, &dfscache_proc_fops); in cifs_proc_init()
Ddfs_cache.c222 const struct file_operations dfscache_proc_fops = { variable