Home
last modified time | relevance | path

Searched refs:xlog_op_header_t (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_log.c2121 uint ophdr_spc = ticket->t_res_num_ophdrs * (uint)sizeof(xlog_op_header_t); in xlog_print_tic_res()
2281 static xlog_op_header_t *
2392 if (iclog->ic_size - log_offset > sizeof(xlog_op_header_t)) in xlog_write_copy_finish()
3035 if (iclog->ic_size - iclog->ic_offset < 2*sizeof(xlog_op_header_t)) { in xlog_state_get_iclog_space()
3538 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3542 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3565 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()
3570 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3733 xlog_op_header_t *ophead; in xlog_verify_iclog()
3811 ptr += sizeof(xlog_op_header_t) + op_len; in xlog_verify_iclog()
Dxfs_log_cil.c445 iovhdr_res = diff_iovecs * sizeof(xlog_op_header_t); in xlog_cil_insert_items()
1017 tic->t_curr_res -= lhdr.i_len + sizeof(xlog_op_header_t); in xlog_cil_push_work()
/fs/xfs/libxfs/
Dxfs_log_format.h144 } xlog_op_header_t; typedef