Searched refs:CEPH_OPT_NOMSGSIGN (Results 1 – 2 of 2) sorted by relevance
499 opt->flags &= ~CEPH_OPT_NOMSGSIGN; in ceph_parse_options()502 opt->flags |= CEPH_OPT_NOMSGSIGN; in ceph_parse_options()547 if (opt->flags & CEPH_OPT_NOMSGSIGN) in ceph_print_client_options()
34 #define CEPH_OPT_NOMSGSIGN (1<<6) /* don't sign msgs */ macro