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