Lines Matching defs:dirfhp
252 svc_fh *dirfhp = &argp->fh;
265 SVCFH_fmt(dirfhp), argp->len, argp->name);
268 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC);
270 goto done; /* must fh_put dirfhp even on error */
277 hosterr = fh_want_write(dirfhp);
283 inode_lock_nested(dirfhp->fh_dentry->d_inode, I_MUTEX_PARENT);
284 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len);
290 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp);
382 resp->status = nfsd_create_locked(rqstp, dirfhp, &attrs, type,
398 inode_unlock(dirfhp->fh_dentry->d_inode);
399 fh_drop_write(dirfhp);
401 fh_put(dirfhp);