Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
dm-space-map-metadata.h File Reference
#include "dm-transaction-manager.h"

Go to the source code of this file.

Functions

struct dm_space_mapdm_sm_metadata_init (void)
 
int dm_sm_metadata_create (struct dm_space_map *sm, struct dm_transaction_manager *tm, dm_block_t nr_blocks, dm_block_t superblock)
 
int dm_sm_metadata_open (struct dm_space_map *sm, struct dm_transaction_manager *tm, void *root_le, size_t len)
 

Function Documentation

int dm_sm_metadata_create ( struct dm_space_map sm,
struct dm_transaction_manager tm,
dm_block_t  nr_blocks,
dm_block_t  superblock 
)

Definition at line 538 of file dm-space-map-metadata.c.

struct dm_space_map* dm_sm_metadata_init ( void  )
read

Definition at line 525 of file dm-space-map-metadata.c.

int dm_sm_metadata_open ( struct dm_space_map sm,
struct dm_transaction_manager tm,
void root_le,
size_t  len 
)

Definition at line 578 of file dm-space-map-metadata.c.