#include <linux/module.h>
#include <linux/dcache.h>
#include <linux/gfp.h>
#include <linux/mount.h>
#include <linux/namei.h>
#include <linux/nfs_fs.h>
#include <linux/string.h>
#include <linux/sunrpc/clnt.h>
#include <linux/vfs.h>
#include <linux/sunrpc/gss_api.h>
#include "internal.h"
Go to the source code of this file.
|
char * | nfs_path (char **p, struct dentry *dentry, char *buffer, ssize_t buflen, unsigned flags) |
|
| EXPORT_SYMBOL_GPL (nfs_path) |
|
struct vfsmount * | nfs_d_automount (struct path *path) |
|
void | nfs_release_automount_timer (void) |
|
struct vfsmount * | nfs_do_submount (struct dentry *dentry, struct nfs_fh *fh, struct nfs_fattr *fattr, rpc_authflavor_t authflavor) |
|
| EXPORT_SYMBOL_GPL (nfs_do_submount) |
|
struct vfsmount * | nfs_submount (struct nfs_server *server, struct dentry *dentry, struct nfs_fh *fh, struct nfs_fattr *fattr) |
|
| EXPORT_SYMBOL_GPL (nfs_submount) |
|
nfs_do_submount - set up mountpoint when crossing a filesystem boundary - parent directory - filehandle for new root dentry - attributes for new root inode - security flavor to use when performing the mount
Definition at line 220 of file namespace.c.
void nfs_release_automount_timer |
( |
void |
| ) |
|
int nfs_mountpoint_expiry_timeout = 500 * HZ |