|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/mm.h>#include <linux/pagemap.h>#include <linux/highmem.h>#include <asm/scatterlist.h>#include "internal.h"#include "scatterwalk.h"Go to the source code of this file.
Functions | |
| void * | scatterwalk_whichbuf (struct scatter_walk *walk, unsigned int nbytes, void *scratch) |
| void | scatterwalk_start (struct scatter_walk *walk, struct scatterlist *sg) |
| void | scatterwalk_map (struct scatter_walk *walk) |
| void | scatterwalk_done (struct scatter_walk *walk, int out, int more) |
| int | scatterwalk_copychunks (void *buf, struct scatter_walk *walk, size_t nbytes) |
| int scatterwalk_copychunks | ( | void * | buf, |
| struct scatter_walk * | walk, | ||
| size_t | nbytes | ||
| ) |
Definition at line 96 of file scatterwalk.c.
| void scatterwalk_done | ( | struct scatter_walk * | walk, |
| int | out, | ||
| int | more | ||
| ) |
Definition at line 85 of file scatterwalk.c.
| void scatterwalk_map | ( | struct scatter_walk * | walk | ) |
Definition at line 56 of file scatterwalk.c.
| void scatterwalk_start | ( | struct scatter_walk * | walk, |
| struct scatterlist * | sg | ||
| ) |
Definition at line 42 of file scatterwalk.c.
| void* scatterwalk_whichbuf | ( | struct scatter_walk * | walk, |
| unsigned int | nbytes, | ||
| void * | scratch | ||
| ) |
Definition at line 24 of file scatterwalk.c.
1.8.2