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