Searched refs:lcrn (Results 1 – 1 of 1) sorted by relevance
2884 struct ocs_lun_crn *lcrn = NULL; in ocs_get_crn() local2887 lcrn = node->ini_node.lun_crn[idx]; in ocs_get_crn()2889 if (lcrn == NULL) { in ocs_get_crn()2890 lcrn = ocs_malloc(node->ocs, sizeof(struct ocs_lun_crn), in ocs_get_crn()2892 if (lcrn == NULL) { in ocs_get_crn()2896 lcrn->lun = lun; in ocs_get_crn()2897 node->ini_node.lun_crn[idx] = lcrn; in ocs_get_crn()2900 if (lcrn->lun != lun) { in ocs_get_crn()2904 if (lcrn->crnseed == 0) in ocs_get_crn()2905 lcrn->crnseed = 1; in ocs_get_crn()[all …]