Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c833 struct xlog_op_header ophdr; in xlog_write_unmount_record() member
836 .ophdr = { in xlog_write_unmount_record()
1937 struct xlog_op_header *ophdr = reg->i_addr; in xlog_write_full() local
1939 ophdr->oh_tid = cpu_to_be32(data->ticket->t_tid); in xlog_write_full()
1979 struct xlog_op_header *ophdr; in xlog_write_partial() local
2007 ophdr = reg->i_addr; in xlog_write_partial()
2010 ophdr->oh_tid = cpu_to_be32(data->ticket->t_tid); in xlog_write_partial()
2011 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header)); in xlog_write_partial()
2013 ophdr->oh_flags |= XLOG_CONTINUE_TRANS; in xlog_write_partial()
2055 ophdr = xlog_write_space_advance(data, in xlog_write_partial()
[all …]
H A Dxfs_log_cil.c1189 struct xlog_op_header ophdr = { in xlog_cil_write_commit_record() local
1195 .i_addr = &ophdr, in xlog_cil_write_commit_record()