Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs3proc.c407 resp->status = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mkdir()
479 resp->status = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mknod()
H A Dnfs4proc.c818 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
829 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
835 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
841 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
848 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
H A Dnfsproc.c535 resp->status = nfsd_create(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_mkdir()
H A Dvfs.c1585 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create() function