Lines Matching refs:xlog_op_header_t
2001 uint ophdr_spc = ticket->t_res_num_ophdrs * (uint)sizeof(xlog_op_header_t); in xlog_print_tic_res()
2171 static xlog_op_header_t *
2280 if (iclog->ic_size - log_offset <= sizeof(xlog_op_header_t)) { in xlog_write_copy_finish()
2370 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()
2377 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()
2464 copy_len += start_rec_copy + sizeof(xlog_op_header_t); in xlog_write()
3034 if (iclog->ic_size - iclog->ic_offset < 2*sizeof(xlog_op_header_t)) { in xlog_state_get_iclog_space()
3599 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
3603 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
3626 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()
3631 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
3805 xlog_op_header_t *ophead; in xlog_verify_iclog()
3883 ptr += sizeof(xlog_op_header_t) + op_len; in xlog_verify_iclog()