Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_stats.c148 remove_proc_subtree("fs/xfs", NULL); in xfs_init_procfs()
155 remove_proc_subtree("fs/xfs", NULL); in xfs_cleanup_procfs()
/linux-4.19.296/fs/jfs/
Djfs_debug.c90 remove_proc_subtree("fs/jfs", NULL); in jfs_proc_clean()
/linux-4.19.296/include/linux/
Dproc_fs.h57 extern int remove_proc_subtree(const char *, struct proc_dir_entry *);
117 static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) { return 0; } in remove_proc_subtree() function
/linux-4.19.296/drivers/misc/sgi-gru/
Dgruprocfs.c317 remove_proc_subtree("sgi_uv/gru", NULL); in gru_proc_init()
323 remove_proc_subtree("sgi_uv/gru", NULL); in gru_proc_exit()
/linux-4.19.296/fs/proc/
Dgeneric.c711 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree() function
755 EXPORT_SYMBOL(remove_proc_subtree);
767 remove_proc_subtree(de->name, de->parent); in proc_remove()
/linux-4.19.296/fs/afs/
Dproc.c578 remove_proc_subtree(cell->name, net->proc_afs); in afs_proc_cell_setup()
592 remove_proc_subtree(cell->name, net->proc_afs); in afs_proc_cell_remove()
/linux-4.19.296/fs/nfs/
Dclient.c1267 remove_proc_subtree("nfsfs", net->proc_net); in nfs_fs_proc_net_init()
1274 remove_proc_subtree("nfsfs", net->proc_net); in nfs_fs_proc_net_exit()
1295 remove_proc_subtree("fs/nfsfs", NULL); in nfs_fs_proc_init()
1305 remove_proc_subtree("fs/nfsfs", NULL); in nfs_fs_proc_exit()
/linux-4.19.296/fs/reiserfs/
Dprocfs.c449 remove_proc_subtree(b, proc_info_root); in reiserfs_proc_info_done()
/linux-4.19.296/fs/ext4/
Dsysfs.c411 remove_proc_subtree(sb->s_id, ext4_proc_root); in ext4_unregister_sysfs()