Searched refs:nfsd_create (Results 1 – 5 of 5) sorted by relevance
/linux/fs/nfsd/ |
H A D | vfs.h | 95 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
|
H A D | nfs3proc.c | 407 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 D | nfs4proc.c | 818 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 D | nfsproc.c | 298 /* Check for NFSD_MAY_WRITE in nfsd_create if necessary */ in nfsd_proc_create() 535 resp->status = nfsd_create(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_mkdir()
|
H A D | vfs.c | 1559 printk(KERN_WARNING "nfsd: bad file type %o in nfsd_create\n", in nfsd_create_locked() 1582 * N.B. Every call to nfsd_create needs an fh_put for _both_ fhp and resfhp 1585 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create() function
|