Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Dosd_client.h256 bool is_watch; /* watch or notify */ member
/linux-6.1.9/net/ceph/
Ddebugfs.c256 lreq->is_watch ? "W" : "N", lreq->committed ? "C" : "", in dump_linger_request()
Dosd_client.c2930 WARN_ON(!lreq->is_watch); in do_watch_notify()
2999 if (!lreq->is_watch) { in linger_commit_cb()
3082 if (lreq->is_watch && lreq->committed) { in send_linger()
3089 if (lreq->is_watch) { in send_linger()
3405 if (lreq->is_watch && lreq->committed && !lreq->last_error) in handle_timeout()
4525 opcode, cookie, lreq, lreq->is_watch); in handle_watch_notify()
4531 } else if (!lreq->is_watch) { in handle_watch_notify()
4701 lreq->is_watch = true; in ceph_osdc_watch()