Home | History | Annotate | Download | only in client

Lines Matching defs:lhp

937 	struct nfscllockownerhead *lhp = NULL;
1020 lhp = &dp->nfsdl_lock;
1037 lhp = &op->nfso_lock;
1057 LIST_FOREACH(lp, lhp, nfsl_list) {
1081 LIST_INSERT_HEAD(lhp, nlp, nfsl_list);
1416 nfscl_freealllocks(struct nfscllockownerhead *lhp, int local)
1420 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) {
1715 nfscl_cleanupkext(struct nfsclclient *clp, struct nfscllockownerfhhead *lhp)
1727 nfscl_emptylockowner(lp, lhp);
1738 * Take the empty lock owner and move it to the local lhp list if the
1743 struct nfscllockownerfhhead *lhp)
1759 SLIST_FOREACH(lfhp, lhp, nfslfh_list) {
1783 SLIST_INSERT_HEAD(lhp, mylfhp, nfslfh_list);
3697 nfscl_checkconflict(struct nfscllockownerhead *lhp, struct nfscllock *nlop,
3703 LIST_FOREACH(lp, lhp, nfsl_list) {