Lines Matching defs:volhash
56 hash_node_t **volhash = NULL;
82 if (volhash) {
87 volhash = nsc_create_hash();
110 volcount = (volcount_t *)nsc_lookup(volhash, vol);
116 nsc_insert_node(volhash, volcount, vol);
120 volcount = (volcount_t *)nsc_lookup(volhash, bmp);
127 nsc_insert_node(volhash, volcount, bmp);
281 if (nsc_lookup(volhash, vol) == NULL) {
288 if (nsc_lookup(volhash, bmp) == NULL) {
296 nsc_remove_all(volhash, free);
297 volhash = NULL;
326 vc = nsc_lookup(volhash, vol);
335 vc = nsc_lookup(volhash, bmp);
423 vc = (volcount_t *)nsc_lookup(volhash, oldbmp);
430 if (nsc_lookup(volhash, newbmp) == NULL) {
439 nsc_remove_all(volhash, free);
440 volhash = NULL;