Searched refs:CEPH_OPT_NOMSGAUTH (Results 1 – 2 of 2) sorted by relevance
493 opt->flags &= ~CEPH_OPT_NOMSGAUTH; in ceph_parse_options()496 opt->flags |= CEPH_OPT_NOMSGAUTH; in ceph_parse_options()545 if (opt->flags & CEPH_OPT_NOMSGAUTH) in ceph_print_client_options()
32 #define CEPH_OPT_NOMSGAUTH (1<<4) /* don't require msg signing feat */ macro