Lines Matching refs:resfhp
1190 nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *resfhp, in nfsd_create_setattr() argument
1205 return nfsd_setattr(rqstp, resfhp, iap, 0, (time64_t)0); in nfsd_create_setattr()
1207 return nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1229 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create_locked() argument
1240 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked()
1283 dput(resfhp->fh_dentry); in nfsd_create_locked()
1284 resfhp->fh_dentry = dget(d); in nfsd_create_locked()
1285 err = fh_update(resfhp); in nfsd_create_locked()
1306 err = nfsd_create_setattr(rqstp, resfhp, iap); in nfsd_create_locked()
1321 err = fh_update(resfhp); in nfsd_create_locked()
1340 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create() argument
1364 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create()
1373 rdev, resfhp); in nfsd_create()
1384 struct svc_fh *resfhp, int createmode, u32 *verifier, in do_nfsd_create() argument
1429 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in do_nfsd_create()
1516 err = nfsd_create_setattr(rqstp, resfhp, iap); in do_nfsd_create()
1529 err = fh_update(resfhp); in do_nfsd_create()
1590 struct svc_fh *resfhp) in nfsd_symlink() argument
1626 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp); in nfsd_symlink()