Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_log_cil.c1104 .oh_tid = cpu_to_be32(ctx->ticket->t_tid), in xlog_cil_write_commit_record()
1166 hdr->oph[0].oh_tid = tid; in xlog_cil_build_trans_hdr()
1176 hdr->oph[1].oh_tid = tid; in xlog_cil_build_trans_hdr()
Dxfs_log.c866 .oh_tid = cpu_to_be32(ticket->t_tid), in xlog_write_unmount_record()
2021 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_full()
2108 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
2157 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
Dxfs_log_recover.c2344 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h146 __be32 oh_tid; /* transaction id of operation : 4 b */ member