Lines Matching defs:lfhp
1984 struct nfscllockownerfh *lfhp, *mylfhp;
1998 SLIST_FOREACH(lfhp, lhp, nfslfh_list) {
1999 if (lfhp->nfslfh_len == lp->nfsl_open->nfso_fhlen &&
2000 !NFSBCMP(lfhp->nfslfh_fh, lp->nfsl_open->nfso_fh,
2001 lfhp->nfslfh_len))
2002 mylfhp = lfhp;
2003 LIST_FOREACH(nlp, &lfhp->nfslfh_lock, nfsl_list)
2730 struct nfscllockownerfh *lfhp, *nlfhp;
3053 SLIST_FOREACH_SAFE(lfhp, &lfh, nfslfh_list, nlfhp) {
3054 LIST_FOREACH_SAFE(lp, &lfhp->nfslfh_lock, nfsl_list,
3057 lfhp->nfslfh_fh, lfhp->nfslfh_len, cred,
3061 free(lfhp, M_TEMP);