Lines Matching refs:bad
4148 ceph_decode_need(&p, end, sizeof(fsid), bad); in ceph_osdc_handle_map()
4151 goto bad; in ceph_osdc_handle_map()
4159 ceph_decode_32_safe(&p, end, nr_maps, bad); in ceph_osdc_handle_map()
4162 ceph_decode_need(&p, end, 2*sizeof(u32), bad); in ceph_osdc_handle_map()
4165 ceph_decode_need(&p, end, maplen, bad); in ceph_osdc_handle_map()
4173 goto bad; in ceph_osdc_handle_map()
4186 ceph_decode_32_safe(&p, end, nr_maps, bad); in ceph_osdc_handle_map()
4189 ceph_decode_need(&p, end, 2*sizeof(u32), bad); in ceph_osdc_handle_map()
4192 ceph_decode_need(&p, end, maplen, bad); in ceph_osdc_handle_map()
4205 goto bad; in ceph_osdc_handle_map()
4234 bad: in ceph_osdc_handle_map()
4566 ceph_decode_8_safe(&p, end, proto_ver, bad); in handle_watch_notify()
4567 ceph_decode_8_safe(&p, end, opcode, bad); in handle_watch_notify()
4568 ceph_decode_64_safe(&p, end, cookie, bad); in handle_watch_notify()
4570 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify()
4573 ceph_decode_32_safe(&p, end, payload_len, bad); in handle_watch_notify()
4574 ceph_decode_need(&p, end, payload_len, bad); in handle_watch_notify()
4580 ceph_decode_32_safe(&p, end, return_code, bad); in handle_watch_notify()
4583 ceph_decode_64_safe(&p, end, notifier_id, bad); in handle_watch_notify()
4644 bad: in handle_watch_notify()
4990 goto bad; in decode_watcher()
4993 ceph_decode_copy_safe(p, end, &item->name, sizeof(item->name), bad); in decode_watcher()
4994 ceph_decode_64_safe(p, end, item->cookie, bad); in decode_watcher()
4995 ceph_decode_skip_32(p, end, bad); /* skip timeout seconds */ in decode_watcher()
5000 goto bad; in decode_watcher()
5008 bad: in decode_watcher()