cregit-Linux how code gets into the kernel

Release 4.11 drivers/target/iscsi/iscsi_target_tmr.h

#ifndef ISCSI_TARGET_TMR_H

#define ISCSI_TARGET_TMR_H

#include <linux/types.h>

struct iscsi_cmd;
struct iscsi_conn;
struct iscsi_tmr_req;

extern u8 iscsit_tmr_abort_task(struct iscsi_cmd *, unsigned char *);
extern int iscsit_tmr_task_warm_reset(struct iscsi_conn *, struct iscsi_tmr_req *,
			unsigned char *);
extern int iscsit_tmr_task_cold_reset(struct iscsi_conn *, struct iscsi_tmr_req *,
			unsigned char *);
extern u8 iscsit_tmr_task_reassign(struct iscsi_cmd *, unsigned char *);
extern int iscsit_tmr_post_handler(struct iscsi_cmd *, struct iscsi_conn *);
extern int iscsit_check_task_reassign_expdatasn(struct iscsi_tmr_req *,
			struct iscsi_conn *);

#endif /* ISCSI_TARGET_TMR_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Nicholas Bellinger9588.79%150.00%
Bart Van Assche1211.21%150.00%
Total107100.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.