Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_log.c2950 if (iclog->ic_size - iclog->ic_offset < 2*sizeof(xlog_op_header_t)) { in xlog_state_get_iclog_space()
3449 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3453 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3476 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()
3481 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3619 xlog_op_header_t *ophead; in xlog_verify_iclog()
3697 ptr += sizeof(xlog_op_header_t) + op_len; in xlog_verify_iclog()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_log_format.h148 } xlog_op_header_t; typedef