Home
last modified time | relevance | path

Searched refs:CEPH_OPT_NOMSGAUTH (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/ceph/
Dceph_common.c493 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()
/linux-4.4.14/include/linux/ceph/
Dlibceph.h32 #define CEPH_OPT_NOMSGAUTH (1<<4) /* don't require msg signing feat */ macro