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

#include <dm-block-manager.h>

Data Fields

const charname
 
void(* prepare_for_write )(struct dm_block_validator *v, struct dm_block *b, size_t block_size)
 
int(* check )(struct dm_block_validator *v, struct dm_block *b, size_t block_size)
 

Detailed Description

Definition at line 50 of file dm-block-manager.h.

Field Documentation

Definition at line 57 of file dm-block-manager.h.

const char* name

Definition at line 51 of file dm-block-manager.h.

void(* prepare_for_write)(struct dm_block_validator *v, struct dm_block *b, size_t block_size)

Definition at line 52 of file dm-block-manager.h.


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