Searched defs:ceph_osd_request (Results 1 – 1 of 1) sorted by relevance
52 struct ceph_osd_request { struct53 u64 r_tid; /* unique for this client */54 struct rb_node r_node;55 struct list_head r_req_lru_item;56 struct list_head r_osd_item;57 struct list_head r_linger_item;58 struct list_head r_linger_osd;59 struct ceph_osd *r_osd;60 struct ceph_pg r_pgid;61 int r_pg_osds[CEPH_PG_MAX_SIZE];[all …]