Home
last modified time | relevance | path

Searched refs:is_watch (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/ceph/
H A Dosd_client.h314 bool is_watch; /* watch or notify */ member
/linux/net/ceph/
H A Ddebugfs.c262 lreq->is_watch ? "W" : "N", lreq->committed ? "C" : "", in dump_linger_request()
H A Dosd_client.c2997 WARN_ON(!lreq->is_watch); in do_watch_notify()
3066 if (!lreq->is_watch) { in linger_commit_cb()
3149 if (lreq->is_watch && lreq->committed) { in send_linger()
3156 if (lreq->is_watch) { in send_linger()
3479 if (lreq->is_watch && lreq->committed && !lreq->last_error) in handle_timeout()
4602 dout("%s opcode %d cookie %llu lreq %p is_watch %d\n", __func__, in handle_watch_notify()
4603 opcode, cookie, lreq, lreq->is_watch); in handle_watch_notify()
4609 } else if (!lreq->is_watch) { in handle_watch_notify()
4779 lreq->is_watch = true; in ceph_osdc_watch()