Linux Kernel
3.7.1
|
#include "dm-transaction-manager.h"
Go to the source code of this file.
Functions | |
struct dm_space_map * | dm_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) |
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.
|
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.