Home
last modified time | relevance | path

Searched refs:extra_response (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_parameters.c713 struct iscsi_extra_response *extra_response; in iscsi_add_notunderstood_response() local
721 extra_response = kzalloc(sizeof(struct iscsi_extra_response), GFP_KERNEL); in iscsi_add_notunderstood_response()
722 if (!extra_response) { in iscsi_add_notunderstood_response()
727 INIT_LIST_HEAD(&extra_response->er_list); in iscsi_add_notunderstood_response()
729 strlcpy(extra_response->key, key, sizeof(extra_response->key)); in iscsi_add_notunderstood_response()
730 strlcpy(extra_response->value, NOTUNDERSTOOD, in iscsi_add_notunderstood_response()
731 sizeof(extra_response->value)); in iscsi_add_notunderstood_response()
733 list_add_tail(&extra_response->er_list, in iscsi_add_notunderstood_response()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_parameters.c713 struct iscsi_extra_response *extra_response; in iscsi_add_notunderstood_response() local
721 extra_response = kzalloc(sizeof(struct iscsi_extra_response), GFP_KERNEL); in iscsi_add_notunderstood_response()
722 if (!extra_response) { in iscsi_add_notunderstood_response()
727 INIT_LIST_HEAD(&extra_response->er_list); in iscsi_add_notunderstood_response()
729 strscpy(extra_response->key, key, sizeof(extra_response->key)); in iscsi_add_notunderstood_response()
730 strscpy(extra_response->value, NOTUNDERSTOOD, in iscsi_add_notunderstood_response()
731 sizeof(extra_response->value)); in iscsi_add_notunderstood_response()
733 list_add_tail(&extra_response->er_list, in iscsi_add_notunderstood_response()

Completed in 4 milliseconds