xlog_op_header
(4 * sizeof(struct xlog_op_header) +
return round_up(sizeof(struct xlog_op_header) +
struct xlog_op_header *ophdr = reg->i_addr;
struct xlog_op_header *ophdr;
sizeof(struct xlog_op_header)) {
ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header));
data->bytes_left += sizeof(struct xlog_op_header);
sizeof(struct xlog_op_header));
sizeof(struct xlog_op_header);
2 * sizeof(struct xlog_op_header)) {
unit_bytes += sizeof(struct xlog_op_header);
unit_bytes += sizeof(struct xlog_op_header);
unit_bytes += sizeof(struct xlog_op_header) * num_headers;
unit_bytes += sizeof(struct xlog_op_header);
struct xlog_op_header *ophead = ptr;
ptr += sizeof(struct xlog_op_header) + op_len;
struct xlog_op_header ophdr;
struct xlog_op_header ophdr = {
.i_len = sizeof(struct xlog_op_header),
struct xlog_op_header oph[2];
hdr->lhdr[0].i_len = sizeof(struct xlog_op_header);
hdr->lhdr[1].i_len = sizeof(struct xlog_op_header) +
struct xlog_op_header *oph;
len = lv->lv_buf_used + sizeof(struct xlog_op_header);
sizeof(struct xlog_op_header);
buf = vec->i_addr + sizeof(struct xlog_op_header);
struct xlog_op_header *oph = vec->i_addr;
char *buf = vec->i_addr + sizeof(struct xlog_op_header);
len += sizeof(struct xlog_op_header);
sizeof(struct xlog_op_header);
nbytes += niovecs * (sizeof(uint64_t) + sizeof(struct xlog_op_header));
struct xlog_op_header *op_head;
op_head = (struct xlog_op_header *)offset;
struct xlog_op_header *ohead)
struct xlog_op_header *ohead,
struct xlog_op_header *ohead;
ohead = (struct xlog_op_header *)dp;