Searched refs:lun_map (Results 1 – 2 of 2) sorted by relevance
88 if (test_and_set_bit(i, dev->lun_map)) { in nvm_reserve_luns()97 clear_bit(i, dev->lun_map); in nvm_reserve_luns()108 WARN_ON(!test_and_clear_bit(i, dev->lun_map)); in nvm_release_luns_err()128 dev->lun_map)); in nvm_remove_tgt_dev()860 dev->lun_map = kcalloc(BITS_TO_LONGS(geo->all_luns), in nvm_core_init()862 if (!dev->lun_map) in nvm_core_init()876 kfree(dev->lun_map); in nvm_core_init()889 kfree(dev->lun_map); in nvm_free()
414 unsigned long *lun_map; member