Home
last modified time | relevance | path

Searched refs:ohead (Results 1 – 1 of 1) sorted by relevance

/fs/xfs/
Dxfs_log_recover.c3650 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans() argument
3656 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
3667 if (!(ohead->oh_flags & XLOG_START_TRANS)) in xlog_recover_ophdr_to_trans()
3670 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
3695 struct xlog_op_header *ohead, in xlog_recover_process_ophdr() argument
3704 if (ohead->oh_clientid != XFS_TRANSACTION && in xlog_recover_process_ophdr()
3705 ohead->oh_clientid != XFS_LOG) { in xlog_recover_process_ophdr()
3707 __func__, ohead->oh_clientid); in xlog_recover_process_ophdr()
3715 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
3722 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr()
[all …]