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