Lines Matching refs:nhpp
94 struct smbnode_hashhead *nhpp; in smbfs_hashprint() local
99 nhpp = &smp->sm_hash[i]; in smbfs_hashprint()
100 LIST_FOREACH(np, nhpp, n_hash) in smbfs_hashprint()
165 struct smbnode_hashhead *nhpp; in smbfs_node_alloc() local
197 nhpp = SMBFS_NOHASH(smp, hashval); in smbfs_node_alloc()
198 LIST_FOREACH(np, nhpp, n_hash) { in smbfs_node_alloc()
209 LIST_FOREACH(np2, nhpp, n_hash) { in smbfs_node_alloc()
253 LIST_FOREACH(np2, nhpp, n_hash) { in smbfs_node_alloc()
262 LIST_INSERT_HEAD(nhpp, np, n_hash); in smbfs_node_alloc()
421 struct smbnode_hashhead *nhpp; in smbfs_attr_cacherename() local
438 nhpp = SMBFS_NOHASH(smp, hashval); in smbfs_attr_cacherename()
439 LIST_INSERT_HEAD(nhpp, np, n_hash); in smbfs_attr_cacherename()