Searched defs:ceph_osd_linger_request (Results 1 – 2 of 2) sorted by relevance
252 struct ceph_osd_linger_request { struct253 struct ceph_osd_client *osdc;254 u64 linger_id;255 bool committed;256 bool is_watch; /* watch or notify */258 struct ceph_osd *osd;259 struct ceph_osd_request *reg_req;260 struct ceph_osd_request *ping_req;261 unsigned long ping_sent;262 unsigned long watch_valid_thru;[all …]
2763 DEFINE_RB_INSDEL_FUNCS(linger, struct ceph_osd_linger_request, linger_id, node) in DEFINE_RB_INSDEL_FUNCS()