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

Data Fields

int id
 
int major
 
struct gendisk * disk
 
struct request_queueq
 
struct osd_devosd
 
char name [32]
 
spinlock_t lock
 
struct osd_obj_id obj
 
uint8_t obj_cred [OSD_CAP_LEN]
 
struct osdblk_request req [OSDBLK_MAX_REQ]
 
struct list_head node
 
char osd_path [0]
 

Detailed Description

Definition at line 102 of file osdblk.c.

Field Documentation

struct gendisk* disk

Definition at line 106 of file osdblk.c.

Definition at line 103 of file osdblk.c.

spinlock_t lock

Definition at line 113 of file osdblk.c.

int major

Definition at line 105 of file osdblk.c.

char name[32]

Definition at line 111 of file osdblk.c.

Definition at line 120 of file osdblk.c.

Definition at line 115 of file osdblk.c.

uint8_t obj_cred[OSD_CAP_LEN]

Definition at line 116 of file osdblk.c.

Definition at line 109 of file osdblk.c.

char osd_path[0]

Definition at line 122 of file osdblk.c.

Definition at line 107 of file osdblk.c.

Definition at line 118 of file osdblk.c.


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