Blame view

kernel/linux-rt-4.4.41/drivers/target/iscsi/iscsi_target_tmr.h 613 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  #ifndef ISCSI_TARGET_TMR_H
  #define ISCSI_TARGET_TMR_H
  
  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 */