Lines Matching refs:resfhp
1078 nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *resfhp, in nfsd_create_setattr() argument
1093 return nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create_setattr()
1095 return nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1124 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create() argument
1153 if (!resfhp->fh_dentry) { in nfsd_create()
1164 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create()
1169 dchild = dget(resfhp->fh_dentry); in nfsd_create()
1224 err = nfsd_create_setattr(rqstp, resfhp, iap); in nfsd_create()
1239 err = fh_update(resfhp); in nfsd_create()
1258 struct svc_fh *resfhp, int createmode, u32 *verifier, in do_nfsd_create() argument
1309 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in do_nfsd_create()
1392 err = nfsd_create_setattr(rqstp, resfhp, iap); in do_nfsd_create()
1405 err = fh_update(resfhp); in do_nfsd_create()
1475 struct svc_fh *resfhp) in nfsd_symlink() argument
1511 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp); in nfsd_symlink()