Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log_cil.c989 .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()
Dxfs_log.c933 .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()
Dxfs_log_recover.c2298 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_log_format.h143 __be32 oh_tid; /* transaction id of operation : 4 b */ member