|
Linux Kernel
3.7.1
|
#include <scatterlist.h>
Data Fields | |
| struct page * | page |
| void * | addr |
| size_t | length |
| size_t | consumed |
| struct scatterlist * | __sg |
| unsigned int | __nents |
| unsigned int | __offset |
| unsigned int | __flags |
Definition at line 255 of file scatterlist.h.
| unsigned int __flags |
Definition at line 266 of file scatterlist.h.
| unsigned int __nents |
Definition at line 264 of file scatterlist.h.
| unsigned int __offset |
Definition at line 265 of file scatterlist.h.
| struct scatterlist* __sg |
Definition at line 263 of file scatterlist.h.
| void* addr |
Definition at line 258 of file scatterlist.h.
| size_t consumed |
Definition at line 260 of file scatterlist.h.
| size_t length |
Definition at line 259 of file scatterlist.h.
Definition at line 257 of file scatterlist.h.
1.8.2