Home
last modified time | relevance | path

Searched defs:ceph_osd_request (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Dosd_client.h121 struct ceph_osd_request { struct
122 u64 r_tid; /* unique for this client */
123 struct rb_node r_node;
124 struct list_head r_req_lru_item;
125 struct list_head r_osd_item;
126 struct list_head r_linger_item;
127 struct list_head r_linger_osd_item;
128 struct ceph_osd *r_osd;
129 struct ceph_pg r_pgid;
130 int r_pg_osds[CEPH_PG_MAX_SIZE];
[all …]