Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cifs_readdata Struct Reference

#include <cifsglob.h>

Data Fields

struct kref refcount
 
struct list_head list
 
struct completion done
 
struct cifsFileInfocfile
 
struct address_spacemapping
 
__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 pagepages []
 

Detailed Description

Definition at line 965 of file cifsglob.h.

Field Documentation

unsigned int bytes

Definition at line 972 of file cifsglob.h.

Definition at line 969 of file cifsglob.h.

Definition at line 968 of file cifsglob.h.

struct kvec iov

Definition at line 979 of file cifsglob.h.

Definition at line 967 of file cifsglob.h.

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.

struct page* pages[]

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.

struct kref refcount

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.

Definition at line 975 of file cifsglob.h.


The documentation for this struct was generated from the following file: