Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
dm-btree-remove.c File Reference
#include "dm-btree.h"
#include "dm-btree-internal.h"
#include "dm-transaction-manager.h"
#include <linux/export.h>

Go to the source code of this file.

Data Structures

struct  child
 

Functions

int dm_btree_remove (struct dm_btree_info *info, dm_block_t root, uint64_t *keys, dm_block_t *new_root)
 
 EXPORT_SYMBOL_GPL (dm_btree_remove)
 

Function Documentation

int dm_btree_remove ( struct dm_btree_info info,
dm_block_t  root,
uint64_t keys,
dm_block_t new_root 
)

Definition at line 553 of file dm-btree-remove.c.

EXPORT_SYMBOL_GPL ( dm_btree_remove  )