Home
last modified time | relevance | path

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

/fs/ceph/
Dmetric.c90 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_mdsc_send_metrics()
Dmds_client.c1383 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_session_open_msg()
2177 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2197 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2666 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2758 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
5229 int front_len = (int) le32_to_cpu(hdr->front_len); in mds_alloc_msg() local
5235 msg = ceph_msg_new(type, front_len, GFP_NOFS, false); in mds_alloc_msg()
5238 type, front_len); in mds_alloc_msg()