Home
last modified time | relevance | path

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

/linux/drivers/nubus/
H A Dproc.c78 remove_proc_subtree(name, procdir); in nubus_proc_add_rsrc_dir()
168 remove_proc_subtree(name, procdir); in nubus_proc_add_rsrc_mem()
183 remove_proc_subtree(name, procdir); in nubus_proc_add_rsrc()
/linux/fs/netfs/
H A Dmain.c152 remove_proc_subtree("fs/netfs", NULL); in netfs_init()
170 remove_proc_subtree("fs/netfs", NULL); in netfs_exit()
H A Dfscache_proc.c46 remove_proc_subtree("fs/fscache", NULL); in fscache_proc_cleanup()
/linux/arch/alpha/kernel/
H A Dsrm_env.c206 remove_proc_subtree(BASE_DIR, NULL); in srm_env_init()
213 remove_proc_subtree(BASE_DIR, NULL); in srm_env_exit()
/linux/fs/xfs/
H A Dxfs_stats.c161 remove_proc_subtree("fs/xfs", NULL); in xfs_init_procfs()
168 remove_proc_subtree("fs/xfs", NULL); in xfs_cleanup_procfs()
/linux/net/x25/
H A Dx25_proc.c187 remove_proc_subtree("x25", init_net.proc_net); in x25_proc_init()
193 remove_proc_subtree("x25", init_net.proc_net); in x25_proc_exit()
/linux/net/appletalk/
H A Datalk_proc.c235 remove_proc_subtree("atalk", init_net.proc_net); in atalk_proc_init()
241 remove_proc_subtree("atalk", init_net.proc_net); in atalk_proc_exit()
/linux/fs/jfs/
H A Djfs_debug.c77 remove_proc_subtree("fs/jfs", NULL); in jfs_proc_clean()
/linux/include/linux/
H A Dproc_fs.h131 extern int remove_proc_subtree(const char *, struct proc_dir_entry *);
216 static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) { return 0; } in remove_proc_subtree() function
/linux/drivers/misc/sgi-gru/
H A Dgruprocfs.c301 remove_proc_subtree("sgi_uv/gru", NULL); in gru_proc_init()
307 remove_proc_subtree("sgi_uv/gru", NULL); in gru_proc_exit()
/linux/fs/proc/
H A Dgeneric.c749 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree() function
805 EXPORT_SYMBOL(remove_proc_subtree);
817 remove_proc_subtree(de->name, de->parent); in proc_remove()
/linux/fs/nfs/
H A Dclient.c1482 remove_proc_subtree("nfsfs", net->proc_net); in nfs_fs_proc_net_init()
1489 remove_proc_subtree("nfsfs", net->proc_net); in nfs_fs_proc_net_exit()
1510 remove_proc_subtree("fs/nfsfs", NULL); in nfs_fs_proc_init()
1520 remove_proc_subtree("fs/nfsfs", NULL); in nfs_fs_proc_exit()
/linux/fs/afs/
H A Dproc.c714 remove_proc_subtree(cell->name, net->proc_afs); in afs_proc_cell_setup()
728 remove_proc_subtree(cell->name, net->proc_afs); in afs_proc_cell_remove()
/linux/net/atm/
H A Dproc.c399 remove_proc_subtree("atm", init_net.proc_net); in atm_proc_exit()
/linux/fs/f2fs/
H A Dsysfs.c1995 remove_proc_subtree(sbi->sb->s_id, f2fs_proc_root); in f2fs_unregister_sysfs()
/linux/drivers/scsi/
H A Dsg.c1709 remove_proc_subtree("scsi/sg", NULL); in exit_sg()