Linux Kernel
3.7.1
|
#include <drbd_int.h>
Data Fields | |
struct drbd_work | w |
struct hlist_node | collision |
struct drbd_epoch * | epoch |
struct drbd_conf * | mdev |
struct page * | pages |
atomic_t | pending_bios |
unsigned int | size |
unsigned long | flags |
sector_t | sector |
union { | |
u64 block_id | |
struct digest_info * digest | |
}; | |
Definition at line 765 of file drbd_int.h.
union { ... } |
u64 block_id |
Definition at line 777 of file drbd_int.h.
struct hlist_node collision |
Definition at line 767 of file drbd_int.h.
struct digest_info* digest |
Definition at line 778 of file drbd_int.h.
struct drbd_epoch* epoch |
Definition at line 768 of file drbd_int.h.
unsigned long flags |
Definition at line 774 of file drbd_int.h.
Definition at line 769 of file drbd_int.h.
Definition at line 770 of file drbd_int.h.
atomic_t pending_bios |
Definition at line 771 of file drbd_int.h.
sector_t sector |
Definition at line 775 of file drbd_int.h.
unsigned int size |
Definition at line 772 of file drbd_int.h.
Definition at line 766 of file drbd_int.h.