Searched refs:__close_session (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | mon_client.c | 123 static void __close_session(struct ceph_mon_client *monc) in __close_session() function 125 dout("__close_session closing mon%d\n", monc->cur_mon); in __close_session() 214 __close_session(monc); in reopen_session() 1170 __close_session(monc); in ceph_monc_stop()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | mon_client.c | 188 static void __close_session(struct ceph_mon_client *monc) in __close_session() function 190 dout("__close_session closing mon%d\n", monc->cur_mon); in __close_session() 285 __close_session(monc); in reopen_session() 1238 __close_session(monc); in ceph_monc_stop()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.c | 1942 static int __close_session(struct ceph_mds_client *mdsc, in __close_session() function 3466 __close_session(mdsc, session); in handle_session() 4826 if (__close_session(mdsc, session) <= 0) in ceph_mdsc_close_sessions() 4884 __close_session(mdsc, session); in ceph_mdsc_force_umount()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.c | 2085 static int __close_session(struct ceph_mds_client *mdsc, in __close_session() function 4034 __close_session(mdsc, session); in handle_session() 5453 if (__close_session(mdsc, session) <= 0) in ceph_mdsc_close_sessions() 5511 __close_session(mdsc, session); in ceph_mdsc_force_umount()
|
Completed in 20 milliseconds