Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_log_cil.c1100 .oh_tid = cpu_to_be32(ctx->ticket->t_tid), in xlog_cil_write_commit_record()
1162 hdr->oph[0].oh_tid = tid; in xlog_cil_build_trans_hdr()
1172 hdr->oph[1].oh_tid = tid; in xlog_cil_build_trans_hdr()
H A Dxfs_log.c867 .oh_tid = cpu_to_be32(ticket->t_tid), in xlog_write_unmount_record()
2022 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_full()
2109 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
2158 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
H A Dxfs_log_recover.c2350 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_log_format.h146 __be32 oh_tid; /* transaction id of operation : 4 b */ member