Home
last modified time | relevance | path

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

/fs/nfsd/
Dvfs.h66 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
Dnfs4proc.c628 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
639 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
645 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
651 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
658 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
Dnfs3proc.c269 nfserr = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mkdir()
326 nfserr = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mknod()
Dnfsproc.c486 nfserr = nfsd_create(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_mkdir()
Dvfs.c1262 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create() function