Searched defs:ceph_osd_linger_request (Results 1 – 2 of 2) sorted by relevance
247 struct ceph_osd_linger_request { struct248 struct ceph_osd_client *osdc;249 u64 linger_id;250 bool committed;251 bool is_watch; /* watch or notify */253 struct ceph_osd *osd;254 struct ceph_osd_request *reg_req;255 struct ceph_osd_request *ping_req;256 unsigned long ping_sent;257 unsigned long watch_valid_thru;[all …]
2714 DEFINE_RB_INSDEL_FUNCS(linger, struct ceph_osd_linger_request, linger_id, node) in DEFINE_RB_INSDEL_FUNCS()