Lines Matching refs:front
1297 BUG_ON(le32_to_cpu(m->hdr.front_len) != m->front.iov_len); in prepare_write_message()
1302 con_out_kvec_add(con, m->front.iov_len, m->front.iov_base); in prepare_write_message()
1314 crc = crc32c(0, m->front.iov_base, m->front.iov_len); in prepare_write_message()
2377 m->front.iov_len = 0; /* haven't read it yet */ in read_partial_message()
2388 ret = read_partial_message_section(con, &m->front, front_len, in read_partial_message()
3004 BUG_ON(msg->front.iov_len != le32_to_cpu(msg->hdr.front_len)); in ceph_con_send()
3248 m->front.iov_base = ceph_kvmalloc(front_len, flags); in ceph_msg_new()
3249 if (m->front.iov_base == NULL) { in ceph_msg_new()
3255 m->front.iov_base = NULL; in ceph_msg_new()
3257 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new()
3370 kvfree(m->front.iov_base); in ceph_msg_free()
3432 msg->front.iov_base, msg->front.iov_len, true); in ceph_msg_dump()