cregit-Linux how code gets into the kernel

Release 4.11 drivers/target/iscsi/iscsi_target_datain_values.h

#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

PersonTokensPropCommitsCommitProp
Nicholas Bellinger7992.94%150.00%
Bart Van Assche67.06%150.00%
Total85100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.