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

#include <swap.h>

Data Fields

struct {
   char   reserved [PAGE_SIZE-10]
 
   char   magic [10]
 
magic
 
struct {
   char   bootbits [1024]
 
   __u32   version
 
   __u32   last_page
 
   __u32   nr_badpages
 
   unsigned char   sws_uuid [16]
 
   unsigned char   sws_volume [16]
 
   __u32   padding [117]
 
   __u32   badpages [1]
 
info
 

Detailed Description

Definition at line 84 of file swap.h.

Field Documentation

__u32 badpages[1]

Definition at line 97 of file swap.h.

char bootbits[1024]

Definition at line 90 of file swap.h.

struct { ... } info
__u32 last_page

Definition at line 92 of file swap.h.

char magic[10]

Definition at line 87 of file swap.h.

struct { ... } magic
__u32 nr_badpages

Definition at line 93 of file swap.h.

__u32 padding[117]

Definition at line 96 of file swap.h.

char reserved[PAGE_SIZE-10]

Definition at line 86 of file swap.h.

unsigned char sws_uuid[16]

Definition at line 94 of file swap.h.

unsigned char sws_volume[16]

Definition at line 95 of file swap.h.

__u32 version

Definition at line 91 of file swap.h.


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