Home
last modified time | relevance | path

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

/fs/fscache/
Dproc.c49 remove_proc_entry("fs/fscache/histogram", NULL); in fscache_proc_init()
53 remove_proc_entry("fs/fscache/stats", NULL); in fscache_proc_init()
56 remove_proc_entry("fs/fscache", NULL); in fscache_proc_init()
68 remove_proc_entry("fs/fscache/objects", NULL); in fscache_proc_cleanup()
71 remove_proc_entry("fs/fscache/histogram", NULL); in fscache_proc_cleanup()
74 remove_proc_entry("fs/fscache/stats", NULL); in fscache_proc_cleanup()
76 remove_proc_entry("fs/fscache", NULL); in fscache_proc_cleanup()
/fs/cifs/
Dcifs_debug.c689 remove_proc_entry("DebugData", proc_fs_cifs); in cifs_proc_clean()
690 remove_proc_entry("open_files", proc_fs_cifs); in cifs_proc_clean()
691 remove_proc_entry("cifsFYI", proc_fs_cifs); in cifs_proc_clean()
692 remove_proc_entry("traceSMB", proc_fs_cifs); in cifs_proc_clean()
693 remove_proc_entry("Stats", proc_fs_cifs); in cifs_proc_clean()
694 remove_proc_entry("SecurityFlags", proc_fs_cifs); in cifs_proc_clean()
695 remove_proc_entry("LinuxExtensionsEnabled", proc_fs_cifs); in cifs_proc_clean()
696 remove_proc_entry("LookupCacheEnabled", proc_fs_cifs); in cifs_proc_clean()
699 remove_proc_entry("dfscache", proc_fs_cifs); in cifs_proc_clean()
702 remove_proc_entry("rdma_readwrite_threshold", proc_fs_cifs); in cifs_proc_clean()
[all …]
/fs/lockd/
Dprocfs.c81 remove_proc_entry("fs/lockd", NULL); in lockd_create_procfs()
90 remove_proc_entry("fs/lockd/nlm_end_grace", NULL); in lockd_remove_procfs()
91 remove_proc_entry("fs/lockd", NULL); in lockd_remove_procfs()
/fs/cachefiles/
Dproc.c101 remove_proc_entry("fs/cachefiles", NULL); in cachefiles_proc_init()
112 remove_proc_entry("fs/cachefiles/histogram", NULL); in cachefiles_proc_cleanup()
113 remove_proc_entry("fs/cachefiles", NULL); in cachefiles_proc_cleanup()
/fs/f2fs/
Dsysfs.c747 remove_proc_entry("fs/f2fs", NULL); in f2fs_exit_sysfs()
782 remove_proc_entry("iostat_info", sbi->s_proc); in f2fs_unregister_sysfs()
783 remove_proc_entry("segment_info", sbi->s_proc); in f2fs_unregister_sysfs()
784 remove_proc_entry("segment_bits", sbi->s_proc); in f2fs_unregister_sysfs()
785 remove_proc_entry("victim_bits", sbi->s_proc); in f2fs_unregister_sysfs()
786 remove_proc_entry(sbi->sb->s_id, f2fs_proc_root); in f2fs_unregister_sysfs()
/fs/nfsd/
Dnfsctl.c1437 remove_proc_entry("fs/nfs", NULL); in create_proc_exports_entry()
1545 remove_proc_entry("fs/nfs/exports", NULL); in init_nfsd()
1546 remove_proc_entry("fs/nfs", NULL); in init_nfsd()
1563 remove_proc_entry("fs/nfs/exports", NULL); in exit_nfsd()
1564 remove_proc_entry("fs/nfs", NULL); in exit_nfsd()
/fs/proc/
Dproc_tty.c157 remove_proc_entry(ent->name, proc_tty_driver); in proc_tty_unregister_driver()
Dgeneric.c655 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry() function
687 EXPORT_SYMBOL(remove_proc_entry);
Dproc_net.c379 remove_proc_entry("stat", net->proc_net); in proc_net_ns_exit()
/fs/reiserfs/
Dprocfs.c472 remove_proc_entry(proc_info_root_name, NULL); in reiserfs_proc_info_global_done()
/fs/ext4/
Dsysfs.c474 remove_proc_entry(proc_dirname, NULL); in ext4_exit_sysfs()
/fs/jbd2/
Djournal.c1097 remove_proc_entry("info", journal->j_proc_entry); in jbd2_stats_proc_exit()
1098 remove_proc_entry(journal->j_devname, proc_jbd2_stats); in jbd2_stats_proc_exit()
2623 remove_proc_entry(JBD2_STATS_PROC_NAME, NULL); in jbd2_remove_jbd_stats_proc_entry()