/* SPDX-License-Identifier: GPL-2.0 */ #ifndef ISCSI_TARGET_DATAIN_VALUES_H #define ISCSI_TARGET_DATAIN_VALUES_H struct iscsi_cmd; struct iscsi_datain; extern struct iscsi_datain_req *iscsit_allocate_datain_req(void); extern void iscsit_attach_datain_req(struct iscsi_cmd *, struct iscsi_datain_req *); extern void iscsit_free_datain_req(struct iscsi_cmd *, struct iscsi_datain_req *); extern void iscsit_free_all_datain_reqs(struct iscsi_cmd *); extern struct iscsi_datain_req *iscsit_get_datain_req(struct iscsi_cmd *); extern struct iscsi_datain_req *iscsit_get_datain_values(struct iscsi_cmd *, struct iscsi_datain *); #endif /*** ISCSI_TARGET_DATAIN_VALUES_H ***/Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Nicholas Bellinger | 79 | 91.86% | 1 | 33.33% |
Bart Van Assche | 6 | 6.98% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 1.16% | 1 | 33.33% |
Total | 86 | 100.00% | 3 | 100.00% |