Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_log.c913 struct xlog_op_header ophdr; in xlog_write_unmount_record() member
916 .ophdr = { in xlog_write_unmount_record()
2257 struct xlog_op_header *ophdr = reg->i_addr; in xlog_write_full() local
2259 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_full()
2313 struct xlog_op_header *ophdr; in xlog_write_partial() local
2343 ophdr = reg->i_addr; in xlog_write_partial()
2346 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
2347 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header)); in xlog_write_partial()
2349 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_partial()
2394 ophdr = iclog->ic_datap + *log_offset; in xlog_write_partial()
[all …]
Dxfs_log_cil.c932 struct xlog_op_header ophdr = { in xlog_cil_write_commit_record() local
938 .i_addr = &ophdr, in xlog_cil_write_commit_record()