Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c2952 if (iclog->ic_size - iclog->ic_offset < 2*sizeof(xlog_op_header_t)) { in xlog_state_get_iclog_space()
3451 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3455 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3478 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()
3483 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3621 xlog_op_header_t *ophead; in xlog_verify_iclog()
3699 ptr += sizeof(xlog_op_header_t) + op_len; in xlog_verify_iclog()
/fs/xfs/libxfs/
Dxfs_log_format.h148 } xlog_op_header_t; typedef