Home
last modified time | relevance | path

Searched refs:CEPH_AUTH_NONE (Results 1 – 4 of 4) sorted by relevance

/linux/net/ceph/
H A Dceph_strings.c26 case CEPH_AUTH_NONE: in ceph_auth_proto_name()
H A Dauth.c20 CEPH_AUTH_NONE,
29 case CEPH_AUTH_NONE: in init_protocol()
429 int proto = ac->key ? CEPH_AUTH_CEPHX : CEPH_AUTH_NONE; in ceph_auth_get_request()
H A Dauth_none.c142 ac->protocol = CEPH_AUTH_NONE; in ceph_auth_none_init()
/linux/include/linux/ceph/
H A Dceph_fs.h93 #define CEPH_AUTH_NONE 0x1 macro