Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
block_io.c File Reference
#include <linux/bio.h>
#include <linux/kernel.h>
#include <linux/pagemap.h>
#include <linux/swap.h>
#include "power.h"

Go to the source code of this file.

Functions

int hib_bio_read_page (pgoff_t page_off, void *addr, struct bio **bio_chain)
 
int hib_bio_write_page (pgoff_t page_off, void *addr, struct bio **bio_chain)
 
int hib_wait_on_bio_chain (struct bio **bio_chain)
 

Function Documentation

int hib_bio_read_page ( pgoff_t  page_off,
void addr,
struct bio **  bio_chain 
)

Definition at line 65 of file block_io.c.

int hib_bio_write_page ( pgoff_t  page_off,
void addr,
struct bio **  bio_chain 
)

Definition at line 71 of file block_io.c.

int hib_wait_on_bio_chain ( struct bio **  bio_chain)

Definition at line 77 of file block_io.c.