|
int | nfsd_cross_mnt (struct svc_rqst *rqstp, struct dentry **dpp, struct svc_export **expp) |
|
int | nfsd_mountpoint (struct dentry *dentry, struct svc_export *exp) |
|
__be32 | nfsd_lookup_dentry (struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, unsigned int len, struct svc_export **exp_ret, struct dentry **dentry_ret) |
|
__be32 | nfsd_lookup (struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, unsigned int len, struct svc_fh *resfh) |
|
__be32 | nfsd_setattr (struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap, int check_guard, time_t guardtime) |
|
__be32 | nfsd_open (struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int may_flags, struct file **filp) |
|
void | nfsd_close (struct file *filp) |
|
__be32 | nfsd_read (struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t offset, struct kvec *vec, int vlen, unsigned long *count) |
|
__be32 | nfsd_read_file (struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file, loff_t offset, struct kvec *vec, int vlen, unsigned long *count) |
|
__be32 | nfsd_write (struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file, loff_t offset, struct kvec *vec, int vlen, unsigned long *cnt, int *stablep) |
|
__be32 | nfsd_create (struct svc_rqst *rqstp, struct svc_fh *fhp, char *fname, int flen, struct iattr *iap, int type, dev_t rdev, struct svc_fh *resfhp) |
|
__be32 | nfsd_readlink (struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp) |
|
__be32 | nfsd_symlink (struct svc_rqst *rqstp, struct svc_fh *fhp, char *fname, int flen, char *path, int plen, struct svc_fh *resfhp, struct iattr *iap) |
|
__be32 | nfsd_link (struct svc_rqst *rqstp, struct svc_fh *ffhp, char *name, int len, struct svc_fh *tfhp) |
|
__be32 | nfsd_rename (struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, struct svc_fh *tfhp, char *tname, int tlen) |
|
__be32 | nfsd_unlink (struct svc_rqst *rqstp, struct svc_fh *fhp, int type, char *fname, int flen) |
|
__be32 | nfsd_readdir (struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t *offsetp, struct readdir_cd *cdp, filldir_t func) |
|
__be32 | nfsd_statfs (struct svc_rqst *rqstp, struct svc_fh *fhp, struct kstatfs *stat, int access) |
|
__be32 | nfsd_permission (struct svc_rqst *rqstp, struct svc_export *exp, struct dentry *dentry, int acc) |
|
void | nfsd_racache_shutdown (void) |
|
int | nfsd_racache_init (int cache_size) |
|