Lines Matching refs:front
433 memset(msg->front.iov_base, 0, msg->front.iov_len); in ceph_osdc_alloc_request()
1778 p = msg->front.iov_base; in handle_reply()
1779 end = p + msg->front.iov_len; in handle_reply()
1943 (int)msg->front.iov_len, le32_to_cpu(msg->hdr.front_len)); in handle_reply()
2084 p = msg->front.iov_base; in ceph_osdc_handle_map()
2085 end = p + msg->front.iov_len; in ceph_osdc_handle_map()
2358 p = msg->front.iov_base; in handle_watch_notify()
2359 end = p + msg->front.iov_len; in handle_watch_notify()
2419 p = msg->front.iov_base; in ceph_osdc_build_request()
2488 BUG_ON(p > msg->front.iov_base + msg->front.iov_len); in ceph_osdc_build_request()
2489 msg_size = p - msg->front.iov_base; in ceph_osdc_build_request()
2490 msg->front.iov_len = msg_size; in ceph_osdc_build_request()
2890 int front = le32_to_cpu(hdr->front_len); in alloc_msg() local
2896 return ceph_msg_new(type, front, GFP_NOFS, false); in alloc_msg()