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

Data Fields

struct rw_semaphore lock
 
struct dm_devorigin
 
struct dm_devcow
 
struct dm_targetti
 
struct list_head list
 
int valid
 
int active
 
atomic_t pending_exceptions_count
 
mempool_tpending_pool
 
struct dm_exception_table pending
 
struct dm_exception_table complete
 
spinlock_t pe_lock
 
spinlock_t tracked_chunk_lock
 
mempool_ttracked_chunk_pool
 
struct hlist_head tracked_chunk_hash [DM_TRACKED_CHUNK_HASH_SIZE]
 
struct dm_exception_storestore
 
struct dm_kcopyd_clientkcopyd_client
 
unsigned long state_bits
 
chunk_t first_merging_chunk
 
int num_merging_chunks
 
int merge_failed
 
struct bio_list bios_queued_during_merge
 

Detailed Description

Definition at line 47 of file dm-snap.c.

Field Documentation

int active

Definition at line 65 of file dm-snap.c.

struct bio_list bios_queued_during_merge

Definition at line 116 of file dm-snap.c.

Definition at line 72 of file dm-snap.c.

Definition at line 51 of file dm-snap.c.

chunk_t first_merging_chunk

Definition at line 94 of file dm-snap.c.

struct dm_kcopyd_client* kcopyd_client

Definition at line 88 of file dm-snap.c.

Definition at line 56 of file dm-snap.c.

Definition at line 48 of file dm-snap.c.

int merge_failed

Definition at line 110 of file dm-snap.c.

int num_merging_chunks

Definition at line 95 of file dm-snap.c.

Definition at line 50 of file dm-snap.c.

spinlock_t pe_lock

Definition at line 78 of file dm-snap.c.

Definition at line 71 of file dm-snap.c.

atomic_t pending_exceptions_count

Definition at line 67 of file dm-snap.c.

mempool_t* pending_pool

Definition at line 69 of file dm-snap.c.

unsigned long state_bits

Definition at line 91 of file dm-snap.c.

Definition at line 86 of file dm-snap.c.

Definition at line 53 of file dm-snap.c.

Definition at line 83 of file dm-snap.c.

spinlock_t tracked_chunk_lock

Definition at line 81 of file dm-snap.c.

mempool_t* tracked_chunk_pool

Definition at line 82 of file dm-snap.c.

int valid

Definition at line 62 of file dm-snap.c.


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