Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfs/
Dclient.c1810 static struct proc_dir_entry *proc_fs_nfs; variable
2038 proc_fs_nfs = proc_mkdir("fs/nfsfs", NULL); in nfs_fs_proc_init()
2039 if (!proc_fs_nfs) in nfs_fs_proc_init()
2044 proc_fs_nfs, &nfs_server_list_fops); in nfs_fs_proc_init()
2050 proc_fs_nfs, &nfs_volume_list_fops); in nfs_fs_proc_init()
2056 remove_proc_entry("servers", proc_fs_nfs); in nfs_fs_proc_init()
2068 remove_proc_entry("volumes", proc_fs_nfs); in nfs_fs_proc_exit()
2069 remove_proc_entry("servers", proc_fs_nfs); in nfs_fs_proc_exit()