Lines Matching refs:ohead
3578 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans() argument
3584 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
3595 if (!(ohead->oh_flags & XLOG_START_TRANS)) in xlog_recover_ophdr_to_trans()
3598 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
3623 struct xlog_op_header *ohead, in xlog_recover_process_ophdr() argument
3632 if (ohead->oh_clientid != XFS_TRANSACTION && in xlog_recover_process_ophdr()
3633 ohead->oh_clientid != XFS_LOG) { in xlog_recover_process_ophdr()
3635 __func__, ohead->oh_clientid); in xlog_recover_process_ophdr()
3643 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
3650 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr()
3657 ohead->oh_flags, pass); in xlog_recover_process_ophdr()
3677 struct xlog_op_header *ohead; in xlog_recover_process_data() local
3691 ohead = (struct xlog_op_header *)dp; in xlog_recover_process_data()
3692 dp += sizeof(*ohead); in xlog_recover_process_data()
3696 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, in xlog_recover_process_data()
3701 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()