Searched refs:CEPH_OPT_NOCRC (Results 1 – 2 of 2) sorted by relevance
563 opt->flags &= ~CEPH_OPT_NOCRC; in ceph_parse_param()565 opt->flags |= CEPH_OPT_NOCRC; in ceph_parse_param()660 if (opt->flags & CEPH_OPT_NOCRC) in ceph_print_client_options()
34 #define CEPH_OPT_NOCRC (1<<3) /* no data crc on writes (msgr1) */ macro