Lines Matching refs:resfhp
1283 struct svc_fh *resfhp, struct nfsd_attrs *attrs) in nfsd_create_setattr() argument
1306 status = nfsd_setattr(rqstp, resfhp, attrs, 0, (time64_t)0); in nfsd_create_setattr()
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()
1417 err = nfsd_create_setattr(rqstp, fhp, resfhp, attrs); in nfsd_create_locked()
1437 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create() argument
1463 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create()
1472 err = nfsd_create_locked(rqstp, fhp, attrs, type, rdev, resfhp); in nfsd_create()
1535 struct svc_fh *resfhp) in nfsd_symlink() argument
1569 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp); in nfsd_symlink()
1571 nfsd_create_setattr(rqstp, fhp, resfhp, attrs); in nfsd_symlink()