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

Data Fields

int dev_id
 
int major
 
struct gendisk * disk
 
u32 image_format
 
struct rbd_options rbd_opts
 
struct rbd_clientrbd_client
 
char name [DEV_NAME_LEN]
 
spinlock_t lock
 
struct rbd_image_header header
 
charimage_id
 
size_t image_id_len
 
charimage_name
 
size_t image_name_len
 
charheader_name
 
charpool_name
 
int pool_id
 
struct ceph_osd_eventwatch_event
 
struct ceph_osd_requestwatch_request
 
struct rw_semaphore header_rwsem
 
struct rbd_mapping mapping
 
struct list_head node
 
struct list_head snaps
 
struct device dev
 

Detailed Description

Definition at line 169 of file rbd.c.

Field Documentation

Definition at line 206 of file rbd.c.

int dev_id

Definition at line 170 of file rbd.c.

struct gendisk* disk

Definition at line 173 of file rbd.c.

Definition at line 183 of file rbd.c.

char* header_name

Definition at line 188 of file rbd.c.

struct rw_semaphore header_rwsem

Definition at line 196 of file rbd.c.

u32 image_format

Definition at line 175 of file rbd.c.

char* image_id

Definition at line 184 of file rbd.c.

size_t image_id_len

Definition at line 185 of file rbd.c.

char* image_name

Definition at line 186 of file rbd.c.

size_t image_name_len

Definition at line 187 of file rbd.c.

spinlock_t lock

Definition at line 181 of file rbd.c.

int major

Definition at line 172 of file rbd.c.

Definition at line 198 of file rbd.c.

Definition at line 179 of file rbd.c.

Definition at line 200 of file rbd.c.

int pool_id

Definition at line 190 of file rbd.c.

char* pool_name

Definition at line 189 of file rbd.c.

Definition at line 177 of file rbd.c.

struct rbd_options rbd_opts

Definition at line 176 of file rbd.c.

Definition at line 203 of file rbd.c.

struct ceph_osd_event* watch_event

Definition at line 192 of file rbd.c.

struct ceph_osd_request* watch_request

Definition at line 193 of file rbd.c.


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