Home
last modified time | relevance | path

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

/fs/ceph/
Dmds_client.c1367 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_session_open_msg()
2158 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2178 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2679 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2782 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
5392 int front_len = (int) le32_to_cpu(hdr->front_len); in mds_alloc_msg() local
5398 msg = ceph_msg_new(type, front_len, GFP_NOFS, false); in mds_alloc_msg()
5401 type, front_len); in mds_alloc_msg()
Dmetric.c162 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_mdsc_send_metrics()