Linux Kernel
3.7.1
|
#include <cifsglob.h>
Data Fields | |
struct kref | refcount |
struct list_head | list |
struct completion | done |
enum writeback_sync_modes | sync_mode |
struct work_struct | work |
struct cifsFileInfo * | cfile |
__u64 | offset |
pid_t | pid |
unsigned int | bytes |
int | result |
unsigned int | pagesz |
unsigned int | tailsz |
unsigned int | nr_pages |
struct page * | pages [1] |
Definition at line 989 of file cifsglob.h.
unsigned int bytes |
Definition at line 998 of file cifsglob.h.
struct cifsFileInfo* cfile |
Definition at line 995 of file cifsglob.h.
struct completion done |
Definition at line 992 of file cifsglob.h.
Definition at line 991 of file cifsglob.h.
unsigned int nr_pages |
Definition at line 1002 of file cifsglob.h.
Definition at line 996 of file cifsglob.h.
Definition at line 1003 of file cifsglob.h.
unsigned int pagesz |
Definition at line 1000 of file cifsglob.h.
Definition at line 997 of file cifsglob.h.
Definition at line 990 of file cifsglob.h.
int result |
Definition at line 999 of file cifsglob.h.
enum writeback_sync_modes sync_mode |
Definition at line 993 of file cifsglob.h.
unsigned int tailsz |
Definition at line 1001 of file cifsglob.h.
struct work_struct work |
Definition at line 994 of file cifsglob.h.