Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dvfs.h60 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
Dnfsproc.c317 nfserr = nfsd_create(rqstp, dirfhp, argp->name, argp->len, in nfsd_proc_create()
438 nfserr = nfsd_create(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_mkdir()
Dnfs4proc.c632 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
642 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
648 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
654 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
661 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
Dnfs3proc.c260 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()
Dvfs.c1192 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create() function