Lines Matching defs:dirfhp
259 svc_fh *dirfhp = &argp->fh;
269 SVCFH_fmt(dirfhp), argp->len, argp->name);
272 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC);
274 goto done; /* must fh_put dirfhp even on error */
281 hosterr = fh_want_write(dirfhp);
287 fh_lock_nested(dirfhp, I_MUTEX_PARENT);
288 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len);
294 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp);
386 resp->status = nfsd_create_locked(rqstp, dirfhp, argp->name,
404 fh_unlock(dirfhp);
405 fh_drop_write(dirfhp);
407 fh_put(dirfhp);