Searched refs:CEPH_OPT_NOMSGAUTH (Results 1 – 2 of 2) sorted by relevance
466 opt->flags &= ~CEPH_OPT_NOMSGAUTH; in ceph_parse_options()469 opt->flags |= CEPH_OPT_NOMSGAUTH; in ceph_parse_options()512 if (opt->flags & CEPH_OPT_NOMSGAUTH) in ceph_print_client_options()
32 #define CEPH_OPT_NOMSGAUTH (1<<4) /* not require cephx message signature */ macro