Linux Kernel
3.7.1
|
#include <cifsglob.h>
Data Fields | |
struct list_head | qhead |
struct TCP_Server_Info * | server |
__u64 | mid |
__u32 | pid |
__u32 | sequence_number |
unsigned long | when_alloc |
mid_receive_t * | receive |
mid_callback_t * | callback |
void * | callback_data |
void * | resp_buf |
int | mid_state |
__le16 | command |
bool | large_buf:1 |
bool | multiRsp:1 |
bool | multiEnd:1 |
Definition at line 1151 of file cifsglob.h.
Definition at line 1163 of file cifsglob.h.
void* callback_data |
Definition at line 1164 of file cifsglob.h.
Definition at line 1167 of file cifsglob.h.
bool large_buf |
Definition at line 1168 of file cifsglob.h.
__u64 mid |
Definition at line 1154 of file cifsglob.h.
int mid_state |
Definition at line 1166 of file cifsglob.h.
bool multiEnd |
Definition at line 1170 of file cifsglob.h.
bool multiRsp |
Definition at line 1169 of file cifsglob.h.
Definition at line 1155 of file cifsglob.h.
Definition at line 1152 of file cifsglob.h.
mid_receive_t* receive |
Definition at line 1162 of file cifsglob.h.
void* resp_buf |
Definition at line 1165 of file cifsglob.h.
__u32 sequence_number |
Definition at line 1156 of file cifsglob.h.
struct TCP_Server_Info* server |
Definition at line 1153 of file cifsglob.h.
unsigned long when_alloc |
Definition at line 1157 of file cifsglob.h.