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

/linux-master/fs/nfsd/
H A Dvfs.h85 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
H A Dnfs3proc.c385 resp->status = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len,
465 resp->status = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len,
H A Dnfs4proc.c822 status = nfsd_create(rqstp, &cstate->current_fh,
833 status = nfsd_create(rqstp, &cstate->current_fh,
839 status = nfsd_create(rqstp, &cstate->current_fh,
845 status = nfsd_create(rqstp, &cstate->current_fh,
852 status = nfsd_create(rqstp, &cstate->current_fh,
H A Dnfsproc.c272 /* Check for NFSD_MAY_WRITE in nfsd_create if necessary */
523 resp->status = nfsd_create(rqstp, &argp->fh, argp->name, argp->len,
H A Dvfs.c1530 printk(KERN_WARNING "nfsd: bad file type %o in nfsd_create\n",
1552 * N.B. Every call to nfsd_create needs an fh_put for _both_ fhp and resfhp
1555 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, function

Completed in 151 milliseconds