Lines Matching refs:ohead
2292 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans() argument
2298 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
2309 if (!(ohead->oh_flags & XLOG_START_TRANS)) in xlog_recover_ophdr_to_trans()
2312 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
2337 struct xlog_op_header *ohead, in xlog_recover_process_ophdr() argument
2348 if (ohead->oh_clientid != XFS_TRANSACTION && in xlog_recover_process_ophdr()
2349 ohead->oh_clientid != XFS_LOG) { in xlog_recover_process_ophdr()
2351 __func__, ohead->oh_clientid); in xlog_recover_process_ophdr()
2359 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
2366 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr()
2396 ohead->oh_flags & XLOG_COMMIT_TRANS) { in xlog_recover_process_ophdr()
2404 ohead->oh_flags, pass, buffer_list); in xlog_recover_process_ophdr()
2425 struct xlog_op_header *ohead; in xlog_recover_process_data() local
2440 ohead = (struct xlog_op_header *)dp; in xlog_recover_process_data()
2441 dp += sizeof(*ohead); in xlog_recover_process_data()
2445 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, in xlog_recover_process_data()
2450 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()