Searched refs:proc_fs_nfs (Results 1 – 1 of 1) sorted by relevance
1196 static struct proc_dir_entry *proc_fs_nfs; variable1439 proc_fs_nfs = proc_mkdir("fs/nfsfs", NULL); in nfs_fs_proc_init()1440 if (!proc_fs_nfs) in nfs_fs_proc_init()1444 p = proc_symlink("servers", proc_fs_nfs, "../../net/nfsfs/servers"); in nfs_fs_proc_init()1449 p = proc_symlink("volumes", proc_fs_nfs, "../../net/nfsfs/volumes"); in nfs_fs_proc_init()1455 remove_proc_entry("servers", proc_fs_nfs); in nfs_fs_proc_init()1467 remove_proc_entry("volumes", proc_fs_nfs); in nfs_fs_proc_exit()1468 remove_proc_entry("servers", proc_fs_nfs); in nfs_fs_proc_exit()