Searched refs:nfsd_create (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.h | 67 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
|
H A D | nfs3proc.c | 262 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 D | nfs4proc.c | 639 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 D | nfsproc.c | 276 /* Check for NFSD_MAY_WRITE in nfsd_create if necessary */ in nfsd_proc_create() 523 resp->status = nfsd_create(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_mkdir()
|
H A D | vfs.c | 1242 WARN_ONCE(1, "nfsd_create: parent %pd2 not locked!\n", in nfsd_create_locked() 1299 printk(KERN_WARNING "nfsd: bad file type %o in nfsd_create\n", in nfsd_create_locked() 1335 * N.B. Every call to nfsd_create needs an fh_put for _both_ fhp and resfhp 1338 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create() function 1379 * NFSv3 and NFSv4 version of nfsd_create
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.h | 85 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
|
H A D | nfs3proc.c | 382 resp->status = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mkdir() 462 resp->status = nfsd_create(rqstp, &resp->dirfh, argp->name, argp->len, in nfsd3_proc_mknod()
|
H A D | nfs4proc.c | 822 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create() 833 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create() 839 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create() 845 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create() 852 status = nfsd_create(rqstp, &cstate->current_fh, in nfsd4_create()
|
H A D | nfsproc.c | 272 /* Check for NFSD_MAY_WRITE in nfsd_create if necessary */ in nfsd_proc_create() 523 resp->status = nfsd_create(rqstp, &argp->fh, argp->name, argp->len, in nfsd_proc_mkdir()
|
H A D | vfs.c | 1473 printk(KERN_WARNING "nfsd: bad file type %o in nfsd_create\n", in nfsd_create_locked() 1495 * N.B. Every call to nfsd_create needs an fh_put for _both_ fhp and resfhp 1498 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create() function
|
Completed in 20 milliseconds