Lines Matching defs:fhp
220 * Upon return, caller must release @fhp and @resfhp.
223 nfsd3_create_file(struct svc_rqst *rqstp, struct svc_fh *fhp,
241 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC);
245 parent = fhp->fh_dentry;
248 host_err = fh_want_write(fhp);
261 status = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE);
266 status = fh_compose(resfhp, fhp->fh_export, child, fhp);
310 status = fh_fill_pre_attrs(fhp);
318 fh_fill_post_attrs(fhp);
333 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs);
339 fh_drop_write(fhp);