Searched refs:ophdr (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.c | 2022 xfs_warn(mp, " ophdrs = %u (ophdr space = %u bytes)", in xlog_print_tic_res() 2024 xfs_warn(mp, " ophdr + reg = %u bytes", in xlog_print_tic_res() 2127 struct xlog_op_header *ophdr, in xlog_write_start_rec() 2130 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_start_rec() 2131 ophdr->oh_clientid = ticket->t_clientid; in xlog_write_start_rec() 2132 ophdr->oh_len = 0; in xlog_write_start_rec() 2133 ophdr->oh_flags = XLOG_START_TRANS; in xlog_write_start_rec() 2134 ophdr->oh_res2 = 0; in xlog_write_start_rec() 2140 struct xlog_op_header *ophdr, in xlog_write_setup_ophdr() 2144 ophdr in xlog_write_setup_ophdr() 2126 xlog_write_start_rec( struct xlog_op_header *ophdr, struct xlog_ticket *ticket) xlog_write_start_rec() argument 2138 xlog_write_setup_ophdr( struct xlog *log, struct xlog_op_header *ophdr, struct xlog_ticket *ticket, uint flags) xlog_write_setup_ophdr() argument 2178 xlog_write_setup_copy( struct xlog_ticket *ticket, struct xlog_op_header *ophdr, int space_available, int space_required, int *copy_off, int *copy_len, int *last_was_partial_copy, int *bytes_consumed) xlog_write_setup_copy() argument 2376 struct xlog_op_header *ophdr; xlog_write() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log.c | 100 * into, so do all the static initialisation of the ophdr now. Because the ophdr 103 * aligned and packed against the tail of the ophdr. 913 struct xlog_op_header ophdr; in xlog_write_unmount_record() member 916 .ophdr = { in xlog_write_unmount_record() 2258 struct xlog_op_header *ophdr = reg->i_addr; in xlog_write_full() local 2260 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_full() 2314 struct xlog_op_header *ophdr; in xlog_write_partial() local 2344 ophdr = reg->i_addr; in xlog_write_partial() 2347 ophdr in xlog_write_partial() [all...] |
H A D | xfs_log_cil.c | 932 struct xlog_op_header ophdr = { in xlog_cil_write_commit_record() local 938 .i_addr = &ophdr, in xlog_cil_write_commit_record()
|
Completed in 9 milliseconds