Lines Matching refs:ophdr
947 struct xlog_op_header ophdr; in xlog_write_unmount_record() member
950 .ophdr = { in xlog_write_unmount_record()
2291 struct xlog_op_header *ophdr = reg->i_addr; in xlog_write_full() local
2293 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_full()
2347 struct xlog_op_header *ophdr; in xlog_write_partial() local
2377 ophdr = reg->i_addr; in xlog_write_partial()
2380 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
2381 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header)); in xlog_write_partial()
2383 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_partial()
2428 ophdr = iclog->ic_datap + *log_offset; in xlog_write_partial()
2429 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
2430 ophdr->oh_clientid = XFS_TRANSACTION; in xlog_write_partial()
2431 ophdr->oh_res2 = 0; in xlog_write_partial()
2432 ophdr->oh_flags = XLOG_WAS_CONT_TRANS; in xlog_write_partial()
2445 ophdr->oh_flags |= XLOG_END_TRANS; in xlog_write_partial()
2447 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_partial()
2450 ophdr->oh_len = cpu_to_be32(rlen); in xlog_write_partial()
2456 } while (ophdr->oh_flags & XLOG_CONTINUE_TRANS); in xlog_write_partial()