Home
last modified time | relevance | path

Searched refs:ceph_create_session_msg (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/ceph/
Dmds_client.h530 extern struct ceph_msg *ceph_create_session_msg(u32 op, u64 seq);
Dmds_client.c1195 struct ceph_msg *ceph_create_session_msg(u32 op, u64 seq) in ceph_create_session_msg() function
1763 msg = ceph_create_session_msg(CEPH_SESSION_REQUEST_RENEWCAPS, in send_renew_caps()
1778 msg = ceph_create_session_msg(CEPH_SESSION_FLUSHMSG_ACK, seq); in send_flushmsg_ack()
1830 msg = ceph_create_session_msg(CEPH_SESSION_REQUEST_CLOSE, in request_close_session()
4715 msg = ceph_create_session_msg(CEPH_SESSION_REQUEST_FLUSH_MDLOG, in send_flush_mdlog()