Searched defs:ceph_osd_linger_request (Results 1 – 1 of 1) sorted by relevance
240 struct ceph_osd_linger_request { struct241 struct ceph_osd_client *osdc;242 u64 linger_id;243 bool committed;244 bool is_watch; /* watch or notify */246 struct ceph_osd *osd;247 struct ceph_osd_request *reg_req;248 struct ceph_osd_request *ping_req;249 unsigned long ping_sent;250 unsigned long watch_valid_thru;[all …]