Lines Matching refs:front
1294 BUG_ON(le32_to_cpu(m->hdr.front_len) != m->front.iov_len); in prepare_write_message()
1299 con_out_kvec_add(con, m->front.iov_len, m->front.iov_base); in prepare_write_message()
1311 crc = crc32c(0, m->front.iov_base, m->front.iov_len); in prepare_write_message()
2382 m->front.iov_len = 0; /* haven't read it yet */ in read_partial_message()
2393 ret = read_partial_message_section(con, &m->front, front_len, in read_partial_message()
3031 BUG_ON(msg->front.iov_len != le32_to_cpu(msg->hdr.front_len)); in ceph_con_send()
3283 m->front.iov_base = ceph_kvmalloc(front_len, flags); in ceph_msg_new()
3284 if (m->front.iov_base == NULL) { in ceph_msg_new()
3290 m->front.iov_base = NULL; in ceph_msg_new()
3292 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new()
3404 kvfree(m->front.iov_base); in ceph_msg_free()
3468 msg->front.iov_base, msg->front.iov_len, true); in ceph_msg_dump()