ceph_entity_type_name 58 include/linux/ceph/messenger.h #define ENTITY_NAME(n) ceph_entity_type_name((n).type), le64_to_cpu((n).num) ceph_entity_type_name 58 include/linux/ceph/msgr.h extern const char *ceph_entity_type_name(int type); ceph_entity_type_name 180 net/ceph/auth_x.c dout(" ticket type %d %s\n", type, ceph_entity_type_name(type)); ceph_entity_type_name 254 net/ceph/auth_x.c type, ceph_entity_type_name(type), th->secret_id, ceph_entity_type_name 360 net/ceph/auth_x.c ceph_entity_type_name(th->service), au); ceph_entity_type_name 19 net/ceph/ceph_strings.c EXPORT_SYMBOL(ceph_entity_type_name);