Searched refs:nfsd_create (Results 1 – 5 of 5) sorted by relevance
/fs/nfsd/ |
D | vfs.h | 60 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
|
D | nfs4proc.c | 630 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create() 640 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create() 646 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create() 652 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create() 659 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
|
D | nfsproc.c | 365 nfserr = nfsd_create(rqstp, dirfhp, argp->name, argp->len, in nfsd_proc_create() 486 nfserr = nfsd_create(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_mkdir()
|
D | nfs3proc.c | 260 nfserr = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mkdir() 315 nfserr = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mknod()
|
D | vfs.c | 1166 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create() function
|