is_watch          251 include/linux/ceph/osd_client.h 	bool is_watch;                  /* watch or notify */
is_watch          251 net/ceph/debugfs.c 		   lreq->is_watch ? "W" : "N", lreq->committed ? "C" : "",
is_watch         2881 net/ceph/osd_client.c 	WARN_ON(!lreq->is_watch);
is_watch         2944 net/ceph/osd_client.c 	if (!lreq->is_watch) {
is_watch         3015 net/ceph/osd_client.c 	if (lreq->is_watch && lreq->committed) {
is_watch         3024 net/ceph/osd_client.c 		if (!lreq->is_watch)
is_watch         3107 net/ceph/osd_client.c 	if (lreq->is_watch) {
is_watch         3144 net/ceph/osd_client.c 	if (lreq->is_watch && lreq->ping_req->r_osd)
is_watch         3319 net/ceph/osd_client.c 			if (lreq->is_watch && lreq->committed && !lreq->last_error)
is_watch         4420 net/ceph/osd_client.c 	     opcode, cookie, lreq, lreq->is_watch);
is_watch         4426 net/ceph/osd_client.c 	} else if (!lreq->is_watch) {
is_watch         4631 net/ceph/osd_client.c 	lreq->is_watch = true;