Searched refs:CEPH_OPT_NOCRC (Results 1 – 2 of 2) sorted by relevance
562 opt->flags &= ~CEPH_OPT_NOCRC; in ceph_parse_param()564 opt->flags |= CEPH_OPT_NOCRC; in ceph_parse_param()659 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