Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.h67 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
H A Dnfs3proc.c262 resp->status = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mkdir()
337 resp->status = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mknod()
H A Dnfs4proc.c639 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
650 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
656 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
662 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
669 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
H A Dnfsproc.c523 resp->status = nfsd_create(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_mkdir()
H A Dvfs.c1338 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create() function