Lines Matching defs:lhp
1091 struct nfscllockownerhead *lhp = NULL;
1178 lhp = &dp->nfsdl_lock;
1195 lhp = &op->nfso_lock;
1215 LIST_FOREACH(lp, lhp, nfsl_list) {
1239 LIST_INSERT_HEAD(lhp, nlp, nfsl_list);
1585 nfscl_freealllocks(struct nfscllockownerhead *lhp, int local)
1589 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) {
1927 nfscl_cleanupkext(struct nfsclclient *clp, struct nfscllockownerfhhead *lhp)
1947 nfscl_emptylockowner(lp, lhp);
1977 * Take the empty lock owner and move it to the local lhp list if the
1982 struct nfscllockownerfhhead *lhp)
1998 SLIST_FOREACH(lfhp, lhp, nfslfh_list) {
2022 SLIST_INSERT_HEAD(lhp, mylfhp, nfslfh_list);
4132 nfscl_checkconflict(struct nfscllockownerhead *lhp, struct nfscllock *nlop,
4138 LIST_FOREACH(lp, lhp, nfsl_list) {