should_authenticate 47 include/linux/ceph/auth.h int (*should_authenticate)(struct ceph_auth_client *ac); should_authenticate 266 net/ceph/auth.c if (ac->ops->should_authenticate(ac)) should_authenticate 123 net/ceph/auth_none.c .should_authenticate = should_authenticate, should_authenticate 916 net/ceph/auth_x.c .should_authenticate = ceph_x_should_authenticate,