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