Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/
Dxfs_log.c2681 if (iclog->ic_size - iclog->ic_offset < 2*sizeof(xlog_op_header_t)) { in xlog_state_get_iclog_space()
3175 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3179 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3202 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()
3207 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3344 xlog_op_header_t *ophead; in xlog_verify_iclog()
3422 ptr += sizeof(xlog_op_header_t) + op_len; in xlog_verify_iclog()
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_log_format.h151 } xlog_op_header_t; typedef