Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dceph_common.c499 opt->flags &= ~CEPH_OPT_NOMSGSIGN; in ceph_parse_options()
502 opt->flags |= CEPH_OPT_NOMSGSIGN; in ceph_parse_options()
547 if (opt->flags & CEPH_OPT_NOMSGSIGN) in ceph_print_client_options()
/linux-4.4.14/include/linux/ceph/
Dlibceph.h34 #define CEPH_OPT_NOMSGSIGN (1<<6) /* don't sign msgs */ macro