Searched refs:resfhp (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/nfsd/ |
A D | vfs.c | 1283 struct svc_fh *resfhp, struct nfsd_attrs *attrs) in nfsd_create_setattr() argument 1308 status = nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr() 1322 status = fh_update(resfhp); in nfsd_create_setattr() 1346 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create_locked() argument 1357 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked() 1393 dput(resfhp->fh_dentry); in nfsd_create_locked() 1394 resfhp->fh_dentry = dget(d); in nfsd_create_locked() 1395 err = fh_update(resfhp); in nfsd_create_locked() 1437 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create() argument 1535 struct svc_fh *resfhp) in nfsd_symlink() argument [all …]
|
A D | vfs.h | 90 struct svc_fh *resfhp, struct nfsd_attrs *iap);
|
A D | nfs3proc.c | 236 struct svc_fh *resfhp, struct nfsd3_createargs *argp) in nfsd3_create_file() argument 278 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file() 343 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd3_create_file()
|
A D | nfs4proc.c | 233 struct svc_fh *resfhp, struct nfsd4_open *open) in nfsd4_create_file() argument 278 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file() 368 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd4_create_file()
|
Completed in 15 milliseconds