Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_log.c2681 if (iclog->ic_size - iclog->ic_offset < 2*sizeof(xlog_op_header_t)) { in xlog_state_get_iclog_space()
3177 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3181 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3204 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()
3209 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3346 xlog_op_header_t *ophead; in xlog_verify_iclog()
3424 ptr += sizeof(xlog_op_header_t) + op_len; in xlog_verify_iclog()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h151 } xlog_op_header_t; typedef