Searched refs:ceph_create_session_msg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.h | 530 extern struct ceph_msg *ceph_create_session_msg(u32 op, u64 seq);
|
H A D | mds_client.c | 1187 struct ceph_msg *ceph_create_session_msg(u32 op, u64 seq) in ceph_create_session_msg() function 1864 msg = ceph_create_session_msg(CEPH_SESSION_REQUEST_RENEWCAPS, in send_renew_caps() 1879 msg = ceph_create_session_msg(CEPH_SESSION_FLUSHMSG_ACK, seq); in send_flushmsg_ack() 1931 msg = ceph_create_session_msg(CEPH_SESSION_REQUEST_CLOSE, in request_close_session() 4686 msg = ceph_create_session_msg(CEPH_SESSION_REQUEST_FLUSH_MDLOG, in send_flush_mdlog()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.h | 566 extern struct ceph_msg *ceph_create_session_msg(u32 op, u64 seq);
|
H A D | mds_client.c | 1427 struct ceph_msg *ceph_create_session_msg(u32 op, u64 seq) in ceph_create_session_msg() function 2007 msg = ceph_create_session_msg(CEPH_SESSION_REQUEST_RENEWCAPS, in send_renew_caps() 2022 msg = ceph_create_session_msg(CEPH_SESSION_FLUSHMSG_ACK, seq); in send_flushmsg_ack() 2074 msg = ceph_create_session_msg(CEPH_SESSION_REQUEST_CLOSE, in request_close_session() 5292 msg = ceph_create_session_msg(CEPH_SESSION_REQUEST_FLUSH_MDLOG, in send_flush_mdlog()
|
Completed in 15 milliseconds