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

Data Fields

struct swap_map_pagecur
 
struct swap_map_page_listmaps
 
sector_t cur_swap
 
sector_t first_sector
 
unsigned int k
 
unsigned long reqd_free_pages
 
u32 crc32
 

Detailed Description

The swap_map_handle structure is used for handling swap in a file-alike way

Definition at line 86 of file swap.c.

Field Documentation

u32 crc32

Definition at line 93 of file swap.c.

Definition at line 87 of file swap.c.

sector_t cur_swap

Definition at line 89 of file swap.c.

sector_t first_sector

Definition at line 90 of file swap.c.

unsigned int k

Definition at line 91 of file swap.c.

Definition at line 88 of file swap.c.

unsigned long reqd_free_pages

Definition at line 92 of file swap.c.


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