Searched refs:force_new (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | auth.h | 129 int peer_type, bool force_new,
|
H A D | messenger.h | 35 int *proto, int force_new);
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth.c | 310 int peer_type, bool force_new, in __ceph_auth_get_authorizer() 316 if (force_new && auth->authorizer) { in __ceph_auth_get_authorizer() 308 __ceph_auth_get_authorizer(struct ceph_auth_client *ac, struct ceph_auth_handshake *auth, int peer_type, bool force_new, int *proto, int *pref_mode, int *fallb_mode) __ceph_auth_get_authorizer() argument
|
H A D | osd_client.c | 5600 osd_get_authorizer(struct ceph_connection *con, int *proto, int force_new) in osd_get_authorizer() argument 5609 force_new, proto, NULL, NULL); in osd_get_authorizer()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | messenger.h | 33 int *proto, int force_new);
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.c | 5166 int *proto, int force_new) in get_authorizer() 5173 if (force_new && auth->authorizer) { in get_authorizer() 5165 get_authorizer(struct ceph_connection *con, int *proto, int force_new) get_authorizer() argument
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.c | 5789 mds_get_authorizer(struct ceph_connection *con, int *proto, int force_new) in mds_get_authorizer() argument 5798 force_new, proto, NULL, NULL); in mds_get_authorizer()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 5527 int *proto, int force_new) in get_authorizer() 5534 if (force_new && auth->authorizer) { in get_authorizer() 5526 get_authorizer(struct ceph_connection *con, int *proto, int force_new) get_authorizer() argument
|
Completed in 34 milliseconds