Searched defs:ceph_osd_linger_request (Results 1 – 2 of 2) sorted by relevance
309 struct ceph_osd_linger_request { struct310 struct ceph_osd_client *osdc;311 u64 linger_id;312 bool committed;313 bool is_watch; /* watch or notify */315 struct ceph_osd *osd;316 struct ceph_osd_request *reg_req;317 struct ceph_osd_request *ping_req;318 unsigned long ping_sent;319 unsigned long watch_valid_thru;[all …]
2846 DEFINE_RB_INSDEL_FUNCS(linger, struct ceph_osd_linger_request, linger_id, node) in DEFINE_RB_INSDEL_FUNCS()