Searched refs:CEPH_OPT_NOMSGSIGN (Results 1 – 2 of 2) sorted by relevance
575 opt->flags &= ~CEPH_OPT_NOMSGSIGN; in ceph_parse_param()577 opt->flags |= CEPH_OPT_NOMSGSIGN; in ceph_parse_param()662 if (opt->flags & CEPH_OPT_NOMSGSIGN) in ceph_print_client_options()
36 #define CEPH_OPT_NOMSGSIGN (1<<5) /* don't sign msgs (msgr1) */ macro