Lines Matching refs:lfhp
1985 struct nfscllockownerfh *lfhp, *mylfhp; in nfscl_emptylockowner() local
1999 SLIST_FOREACH(lfhp, lhp, nfslfh_list) { in nfscl_emptylockowner()
2000 if (lfhp->nfslfh_len == lp->nfsl_open->nfso_fhlen && in nfscl_emptylockowner()
2001 !NFSBCMP(lfhp->nfslfh_fh, lp->nfsl_open->nfso_fh, in nfscl_emptylockowner()
2002 lfhp->nfslfh_len)) in nfscl_emptylockowner()
2003 mylfhp = lfhp; in nfscl_emptylockowner()
2004 LIST_FOREACH(nlp, &lfhp->nfslfh_lock, nfsl_list) in nfscl_emptylockowner()
2731 struct nfscllockownerfh *lfhp, *nlfhp; in nfscl_renewthread() local
3056 SLIST_FOREACH_SAFE(lfhp, &lfh, nfslfh_list, nlfhp) { in nfscl_renewthread()
3057 LIST_FOREACH_SAFE(lp, &lfhp->nfslfh_lock, nfsl_list, in nfscl_renewthread()
3060 lfhp->nfslfh_fh, lfhp->nfslfh_len, cred, in nfscl_renewthread()
3064 free(lfhp, M_TEMP); in nfscl_renewthread()