Lines Matching refs:nfh_len
1162 np->n_fhp->nfh_len); in nfscl_getbytelock()
1173 np->n_fhp->nfh_len, openownp, ownp, mode, NULL, &op); in nfscl_getbytelock()
1176 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp, in nfscl_getbytelock()
1193 np->n_fhp->nfh_fh, np->n_fhp->nfh_len, openownp, in nfscl_getbytelock()
1200 np->n_fhp->nfh_len, nlop, ownp, ldp, NULL); in nfscl_getbytelock()
1326 np->n_fhp->nfh_len); in nfscl_relbytelock()
1350 np->n_fhp->nfh_len), nfso_hash) { in nfscl_relbytelock()
1351 if (op->nfso_fhlen == np->n_fhp->nfh_len && in nfscl_relbytelock()
1402 np->n_fhp->nfh_len), nfso_hash) { in nfscl_releasealllocks()
1403 if (op->nfso_fhlen == np->n_fhp->nfh_len && in nfscl_releasealllocks()
1472 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_checkwritelocked()
1504 np->n_fhp->nfh_len), nfso_hash) { in nfscl_checkwritelocked()
1505 if (op->nfso_fhlen == np->n_fhp->nfh_len && in nfscl_checkwritelocked()
3266 if (nfhp->nfh_len == op2->nfso_fhlen && in nfscl_dupopen()
3267 !NFSBCMP(nfhp->nfh_fh, op2->nfso_fh, nfhp->nfh_len)) { in nfscl_dupopen()
3270 if (op != op2 && nfhp->nfh_len == op->nfso_fhlen && in nfscl_dupopen()
3271 !NFSBCMP(nfhp->nfh_fh, op->nfso_fh, nfhp->nfh_len) && in nfscl_dupopen()
3333 dp = nfscl_finddeleg(clp, nfhp->nfh_fh, nfhp->nfh_len); in nfscl_getclose()
3355 LIST_FOREACH(op, NFSCLOPENHASH(clp, nfhp->nfh_fh, nfhp->nfh_len), in nfscl_getclose()
3357 if (op->nfso_fhlen == nfhp->nfh_len && in nfscl_getclose()
3359 nfhp->nfh_len)) { in nfscl_getclose()
3407 dp = nfscl_finddeleg(clp, nfhp->nfh_fh, nfhp->nfh_len); in nfscl_doclose()
3421 nfscl_retoncloselayout(vp, clp, nfhp->nfh_fh, nfhp->nfh_len, &recallp, in nfscl_doclose()
3427 LIST_FOREACH(op, NFSCLOPENHASH(clp, nfhp->nfh_fh, nfhp->nfh_len), in nfscl_doclose()
3429 if (op->nfso_fhlen == nfhp->nfh_len && in nfscl_doclose()
3431 nfhp->nfh_len)) { in nfscl_doclose()
3533 np->n_fhp->nfh_len); in nfscl_delegreturnvp()
3661 nfhp->nfh_len, p, &np); in nfscl_docb()
3669 nfhp->nfh_len); in nfscl_docb()
3772 nfhp->nfh_len); in nfscl_docb()
4252 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_lockt()
4253 error = nfscl_localconflict(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, in nfscl_lockt()
4534 nfhp->nfh_len, nlp, newone, 0, off, in nfscl_relock()
4734 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_mustflush()
4774 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_nodeleg()
4828 np->n_fhp->nfh_len); in nfscl_removedeleg()
4949 np->n_fhp->nfh_len); in nfscl_renamedeleg()
5030 np->n_fhp->nfh_len); in nfscl_renamedeleg()
5134 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_reclaimnode()
5161 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_newnode()
5194 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_delegmodtime()
5232 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_deleggetmodtime()
5932 lyp = nfscl_findlayout(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_layoutcommit()
5988 dp = nfscl_finddeleg(clp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len); in nfscl_delegacecheck()
6015 dp = nfscl_finddeleg(clp, nfhp->nfh_fh, nfhp->nfh_len); in nfscl_startdelegrecall()