Searched refs:oh_tid (Results 1 – 4 of 4) sorted by relevance
989 .oh_tid = cpu_to_be32(ctx->ticket->t_tid), in xlog_cil_write_commit_record()1051 hdr->oph[0].oh_tid = tid; in xlog_cil_build_trans_hdr()1061 hdr->oph[1].oh_tid = tid; in xlog_cil_build_trans_hdr()
933 .oh_tid = cpu_to_be32(ticket->t_tid), in xlog_write_unmount_record()2277 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_full()2364 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()2413 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
2298 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
143 __be32 oh_tid; /* transaction id of operation : 4 b */ member