Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_format.h142 __be32 oh_tid; /* transaction id of operation : 4 b */ member
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log.c2115 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_start_rec()
2129 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_setup_ophdr()
Dxfs_log_recover.c2276 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()