Lines Matching full:hd
105 struct null_node_hashhead *hd; in null_hashget_locked() local
118 hd = NULL_NHASH(lowervp); in null_hashget_locked()
119 CK_SLIST_FOREACH(a, hd, null_hash) { in null_hashget_locked()
141 struct null_node_hashhead *hd; in null_hashget() local
150 hd = NULL_NHASH(lowervp); in null_hashget()
151 CK_SLIST_FOREACH(a, hd, null_hash) { in null_hashget()
175 struct null_node_hashhead *hd; in null_hashins() local
182 hd = NULL_NHASH(xp->null_lowervp); in null_hashins()
184 CK_SLIST_FOREACH(oxp, hd, null_hash) { in null_hashins()
192 CK_SLIST_INSERT_HEAD(hd, xp, null_hash); in null_hashins()
310 struct null_node_hashhead *hd; in null_hashrem() local
312 hd = NULL_NHASH(xp->null_lowervp); in null_hashrem()
314 CK_SLIST_REMOVE(hd, xp, null_node, null_hash); in null_hashrem()