Linux Kernel
3.7.1
|
#include <osd_client.h>
Data Fields | |
u64 | cookie |
int | one_shot |
struct ceph_osd_client * | osdc |
void(* | cb )(u64, u64, u8, void *) |
void * | data |
struct rb_node | node |
struct list_head | osd_node |
struct kref | kref |
struct completion | completion |
Definition at line 101 of file osd_client.h.
Definition at line 110 of file osd_client.h.
u64 cookie |
Definition at line 102 of file osd_client.h.
Definition at line 106 of file osd_client.h.
Definition at line 109 of file osd_client.h.
Definition at line 107 of file osd_client.h.
int one_shot |
Definition at line 103 of file osd_client.h.
Definition at line 108 of file osd_client.h.
struct ceph_osd_client* osdc |
Definition at line 104 of file osd_client.h.