Lines Matching refs:front
427 memset(msg->front.iov_base, 0, msg->front.iov_len); in ceph_osdc_alloc_request()
1764 p = msg->front.iov_base; in handle_reply()
1765 end = p + msg->front.iov_len; in handle_reply()
1929 (int)msg->front.iov_len, le32_to_cpu(msg->hdr.front_len)); in handle_reply()
2070 p = msg->front.iov_base; in ceph_osdc_handle_map()
2071 end = p + msg->front.iov_len; in ceph_osdc_handle_map()
2344 p = msg->front.iov_base; in handle_watch_notify()
2345 end = p + msg->front.iov_len; in handle_watch_notify()
2405 p = msg->front.iov_base; in ceph_osdc_build_request()
2474 BUG_ON(p > msg->front.iov_base + msg->front.iov_len); in ceph_osdc_build_request()
2475 msg_size = p - msg->front.iov_base; in ceph_osdc_build_request()
2476 msg->front.iov_len = msg_size; in ceph_osdc_build_request()
2894 int front = le32_to_cpu(hdr->front_len); in alloc_msg() local
2900 return ceph_msg_new(type, front, GFP_NOFS, false); in alloc_msg()