Lines Matching refs:ophdr
100 * into, so do all the static initialisation of the ophdr now. Because the ophdr
103 * aligned and packed against the tail of the ophdr.
913 struct xlog_op_header ophdr;
916 .ophdr = {
2258 struct xlog_op_header *ophdr = reg->i_addr;
2260 ophdr->oh_tid = cpu_to_be32(ticket->t_tid);
2314 struct xlog_op_header *ophdr;
2344 ophdr = reg->i_addr;
2347 ophdr->oh_tid = cpu_to_be32(ticket->t_tid);
2348 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header));
2350 ophdr->oh_flags |= XLOG_CONTINUE_TRANS;
2395 ophdr = iclog->ic_datap + *log_offset;
2396 ophdr->oh_tid = cpu_to_be32(ticket->t_tid);
2397 ophdr->oh_clientid = XFS_TRANSACTION;
2398 ophdr->oh_res2 = 0;
2399 ophdr->oh_flags = XLOG_WAS_CONT_TRANS;
2412 ophdr->oh_flags |= XLOG_END_TRANS;
2414 ophdr->oh_flags |= XLOG_CONTINUE_TRANS;
2417 ophdr->oh_len = cpu_to_be32(rlen);
2423 } while (ophdr->oh_flags & XLOG_CONTINUE_TRANS);
3487 /* for commit-rec LR header - note: padding will subsume the ophdr */