Linux Kernel
3.7.1
|
#include <cifsglob.h>
Data Fields | |
struct kref | refcount |
struct list_head | list |
struct completion | done |
struct cifsFileInfo * | cfile |
struct address_space * | mapping |
__u64 | offset |
unsigned int | bytes |
pid_t | pid |
int | result |
struct work_struct | work |
int(* | read_into_pages )(struct TCP_Server_Info *server, struct cifs_readdata *rdata, unsigned int len) |
struct kvec | iov |
unsigned int | pagesz |
unsigned int | tailsz |
unsigned int | nr_pages |
struct page * | pages [] |
Definition at line 965 of file cifsglob.h.
unsigned int bytes |
Definition at line 972 of file cifsglob.h.
struct cifsFileInfo* cfile |
Definition at line 969 of file cifsglob.h.
struct completion done |
Definition at line 968 of file cifsglob.h.
Definition at line 979 of file cifsglob.h.
Definition at line 967 of file cifsglob.h.
struct address_space* mapping |
Definition at line 970 of file cifsglob.h.
unsigned int nr_pages |
Definition at line 982 of file cifsglob.h.
Definition at line 971 of file cifsglob.h.
Definition at line 983 of file cifsglob.h.
unsigned int pagesz |
Definition at line 980 of file cifsglob.h.
Definition at line 973 of file cifsglob.h.
int(* read_into_pages)(struct TCP_Server_Info *server, struct cifs_readdata *rdata, unsigned int len) |
Definition at line 976 of file cifsglob.h.
Definition at line 966 of file cifsglob.h.
int result |
Definition at line 974 of file cifsglob.h.
unsigned int tailsz |
Definition at line 981 of file cifsglob.h.
struct work_struct work |
Definition at line 975 of file cifsglob.h.