|
int | fh_lock_parent (struct svc_fh *, struct dentry *) |
|
int | nfsd_racache_init (int) |
|
void | nfsd_racache_shutdown (void) |
|
int | nfsd_cross_mnt (struct svc_rqst *rqstp, struct dentry **dpp, struct svc_export **expp) |
|
__be32 | nfsd_lookup (struct svc_rqst *, struct svc_fh *, const char *, unsigned int, struct svc_fh *) |
|
__be32 | nfsd_lookup_dentry (struct svc_rqst *, struct svc_fh *, const char *, unsigned int, struct svc_export **, struct dentry **) |
|
__be32 | nfsd_setattr (struct svc_rqst *, struct svc_fh *, struct iattr *, int, time_t) |
|
int | nfsd_mountpoint (struct dentry *, struct svc_export *) |
|
__be32 | nfsd_create (struct svc_rqst *, struct svc_fh *, char *name, int len, struct iattr *attrs, int type, dev_t rdev, struct svc_fh *res) |
|
__be32 | nfsd_open (struct svc_rqst *, struct svc_fh *, umode_t, int, struct file **) |
|
void | nfsd_close (struct file *) |
|
__be32 | nfsd_read (struct svc_rqst *, struct svc_fh *, loff_t, struct kvec *, int, unsigned long *) |
|
__be32 | nfsd_read_file (struct svc_rqst *, struct svc_fh *, struct file *, loff_t, struct kvec *, int, unsigned long *) |
|
__be32 | nfsd_write (struct svc_rqst *, struct svc_fh *, struct file *, loff_t, struct kvec *, int, unsigned long *, int *) |
|
__be32 | nfsd_readlink (struct svc_rqst *, struct svc_fh *, char *, int *) |
|
__be32 | nfsd_symlink (struct svc_rqst *, struct svc_fh *, char *name, int len, char *path, int plen, struct svc_fh *res, struct iattr *) |
|
__be32 | nfsd_link (struct svc_rqst *, struct svc_fh *, char *, int, struct svc_fh *) |
|
__be32 | nfsd_rename (struct svc_rqst *, struct svc_fh *, char *, int, struct svc_fh *, char *, int) |
|
__be32 | nfsd_remove (struct svc_rqst *, struct svc_fh *, char *, int) |
|
__be32 | nfsd_unlink (struct svc_rqst *, struct svc_fh *, int type, char *name, int len) |
|
int | nfsd_truncate (struct svc_rqst *, struct svc_fh *, unsigned long size) |
|
__be32 | nfsd_readdir (struct svc_rqst *, struct svc_fh *, loff_t *, struct readdir_cd *, filldir_t) |
|
__be32 | nfsd_statfs (struct svc_rqst *, struct svc_fh *, struct kstatfs *, int access) |
|
int | nfsd_notify_change (struct inode *, struct iattr *) |
|
__be32 | nfsd_permission (struct svc_rqst *, struct svc_export *, struct dentry *, int) |
|
int | nfsd_sync_dir (struct dentry *dp) |
|