Linux Kernel
3.7.1
|
#include <target_core_file.h>
Data Fields | |
u32 | fbd_flags |
unsigned char | fd_dev_name [FD_MAX_DEV_NAME] |
u32 | fd_dev_id |
u32 | fd_table_count |
u32 | fd_queue_depth |
u32 | fd_block_size |
unsigned long long | fd_dev_size |
struct file * | fd_file |
struct fd_host * | fd_host |
Definition at line 19 of file target_core_file.h.
u32 fbd_flags |
Definition at line 20 of file target_core_file.h.
u32 fd_block_size |
Definition at line 27 of file target_core_file.h.
u32 fd_dev_id |
Definition at line 23 of file target_core_file.h.
unsigned char fd_dev_name[FD_MAX_DEV_NAME] |
Definition at line 21 of file target_core_file.h.
Definition at line 28 of file target_core_file.h.
Definition at line 29 of file target_core_file.h.
Definition at line 31 of file target_core_file.h.
u32 fd_queue_depth |
Definition at line 26 of file target_core_file.h.
u32 fd_table_count |
Definition at line 25 of file target_core_file.h.