Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dauth_none.c35 static int should_authenticate(struct ceph_auth_client *ac) in should_authenticate() function
113 .should_authenticate = should_authenticate,
Dauth.c264 else if (ac->ops->should_authenticate(ac)) in ceph_build_auth()
Dauth_x.c661 .should_authenticate = ceph_x_should_authenticate,
/linux-3.4.99/include/linux/ceph/
Dauth.h38 int (*should_authenticate)(struct ceph_auth_client *ac); member