Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
target
iscsi
iscsi_target_datain_values.h
Go to the documentation of this file.
1
#ifndef ISCSI_TARGET_DATAIN_VALUES_H
2
#define ISCSI_TARGET_DATAIN_VALUES_H
3
4
extern
struct
iscsi_datain_req
*
iscsit_allocate_datain_req
(
void
);
5
extern
void
iscsit_attach_datain_req
(
struct
iscsi_cmd
*,
struct
iscsi_datain_req
*);
6
extern
void
iscsit_free_datain_req
(
struct
iscsi_cmd
*,
struct
iscsi_datain_req
*);
7
extern
void
iscsit_free_all_datain_reqs
(
struct
iscsi_cmd
*);
8
extern
struct
iscsi_datain_req
*
iscsit_get_datain_req
(
struct
iscsi_cmd
*);
9
extern
struct
iscsi_datain_req
*
iscsit_get_datain_values
(
struct
iscsi_cmd
*,
10
struct
iscsi_datain
*);
11
12
#endif
/*** ISCSI_TARGET_DATAIN_VALUES_H ***/
Generated on Thu Jan 10 2013 14:33:06 for Linux Kernel by
1.8.2