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()
245 goto bad; in handle_subscribe_ack()
260 bad: in handle_subscribe_ack()
554 goto bad; in handle_statfs_reply()
571 bad: in handle_statfs_reply()
629 ceph_decode_need(&p, end, 2*sizeof(u64), bad); in handle_get_version_reply()
632 goto bad; in handle_get_version_reply()
648 bad: in handle_get_version_reply()