Searched refs:is_watch (Results 1 – 3 of 3) sorted by relevance
2881 WARN_ON(!lreq->is_watch); in do_watch_notify()2944 if (!lreq->is_watch) { in linger_commit_cb()3015 if (lreq->is_watch && lreq->committed) { in send_linger()3024 if (!lreq->is_watch) in send_linger()3107 if (lreq->is_watch) { in linger_submit()3144 if (lreq->is_watch && lreq->ping_req->r_osd) in __linger_cancel()3319 if (lreq->is_watch && lreq->committed && !lreq->last_error) in handle_timeout()4418 opcode, cookie, lreq, lreq->is_watch); in handle_watch_notify()4424 } else if (!lreq->is_watch) { in handle_watch_notify()4631 lreq->is_watch = true; in ceph_osdc_watch()
251 lreq->is_watch ? "W" : "N", lreq->committed ? "C" : "", in dump_linger_request()
251 bool is_watch; /* watch or notify */ member