Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfsd/
Dvfs.h84 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
Dnfs3proc.c391 resp->status = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mkdir()
471 resp->status = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mknod()
Dnfs4proc.c779 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
790 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
796 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
802 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
809 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
Dnfsproc.c535 resp->status = nfsd_create(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_mkdir()
Dvfs.c1373 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create() function