Linux Kernel
3.7.1
|
Data Fields | |
struct file * | filp |
loff_t | file_length |
loff_t | num_sectors |
unsigned int | initially_ro:1 |
unsigned int | ro:1 |
unsigned int | removable:1 |
unsigned int | cdrom:1 |
unsigned int | prevent_medium_removal:1 |
unsigned int | registered:1 |
unsigned int | info_valid:1 |
unsigned int | nofua:1 |
u32 | sense_data |
u32 | sense_data_info |
u32 | unit_attention_data |
unsigned int | blkbits |
unsigned int | blksize |
struct device | dev |
Definition at line 183 of file storage_common.c.
unsigned int blkbits |
Definition at line 201 of file storage_common.c.
unsigned int blksize |
Definition at line 202 of file storage_common.c.
unsigned int cdrom |
Definition at line 191 of file storage_common.c.
Definition at line 203 of file storage_common.c.
loff_t file_length |
Definition at line 185 of file storage_common.c.
Definition at line 184 of file storage_common.c.
unsigned int info_valid |
Definition at line 194 of file storage_common.c.
unsigned int initially_ro |
Definition at line 188 of file storage_common.c.
unsigned int nofua |
Definition at line 195 of file storage_common.c.
loff_t num_sectors |
Definition at line 186 of file storage_common.c.
unsigned int prevent_medium_removal |
Definition at line 192 of file storage_common.c.
unsigned int registered |
Definition at line 193 of file storage_common.c.
unsigned int removable |
Definition at line 190 of file storage_common.c.
unsigned int ro |
Definition at line 189 of file storage_common.c.
Definition at line 197 of file storage_common.c.
u32 sense_data_info |
Definition at line 198 of file storage_common.c.
u32 unit_attention_data |
Definition at line 199 of file storage_common.c.