Searched refs:CEPH_OPT_NOCRC (Results 1 – 2 of 2) sorted by relevance
486 opt->flags &= ~CEPH_OPT_NOCRC; in ceph_parse_options()489 opt->flags |= CEPH_OPT_NOCRC; in ceph_parse_options()543 if (opt->flags & CEPH_OPT_NOCRC) in ceph_print_client_options()
31 #define CEPH_OPT_NOCRC (1<<3) /* no data crc on writes */ macro