Lines Matching refs:bad
49 ceph_decode_32_safe(&p, end, len, bad); in ceph_monmap_decode()
50 ceph_decode_need(&p, end, len, bad); in ceph_monmap_decode()
54 ceph_decode_16_safe(&p, end, version, bad); in ceph_monmap_decode()
56 ceph_decode_need(&p, end, sizeof(fsid) + 2*sizeof(u32), bad); in ceph_monmap_decode()
61 ceph_decode_need(&p, end, num_mon*sizeof(m->mon_inst[0]), bad); in ceph_monmap_decode()
64 goto bad; in ceph_monmap_decode()
82 bad: in ceph_monmap_decode()
254 goto bad; in handle_subscribe_ack()
269 bad: in handle_subscribe_ack()
570 goto bad; in handle_statfs_reply()
587 bad: in handle_statfs_reply()
645 ceph_decode_need(&p, end, 2*sizeof(u64), bad); in handle_get_version_reply()
648 goto bad; in handle_get_version_reply()
664 bad: in handle_get_version_reply()