Lines Matching refs:xlog_op_header_t
1967 uint ophdr_spc = ticket->t_res_num_ophdrs * (uint)sizeof(xlog_op_header_t); in xlog_print_tic_res()
2130 static xlog_op_header_t *
2239 if (iclog->ic_size - log_offset <= sizeof(xlog_op_header_t)) { in xlog_write_copy_finish()
2329 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()
2336 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()
2410 copy_len += start_rec_copy + sizeof(xlog_op_header_t); in xlog_write()
2933 if (iclog->ic_size - iclog->ic_offset < 2*sizeof(xlog_op_header_t)) { in xlog_state_get_iclog_space()
3559 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
3563 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
3586 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()
3591 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
3767 xlog_op_header_t *ophead; in xlog_verify_iclog()
3803 ophead = (xlog_op_header_t *)ptr; in xlog_verify_iclog()
3806 ophead = (xlog_op_header_t *)ptr; in xlog_verify_iclog()
3847 ptr += sizeof(xlog_op_header_t) + op_len; in xlog_verify_iclog()