Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_log.c1285 log->l_iclog_hsize = log->l_iclog_heads << BBSHIFT; in xlog_get_iclog_buffer_size()
1473 iclog->ic_size = log->l_iclog_size - log->l_iclog_hsize; in xlog_alloc_log()
1478 iclog->ic_datap = (void *)iclog->ic_data + log->l_iclog_hsize; in xlog_alloc_log()
1759 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
2665 ticket->t_curr_res -= log->l_iclog_hsize; in xlog_state_get_iclog_space()
2823 log->l_curr_block += BTOBB(eventual_size)+BTOBB(log->l_iclog_hsize); in xlog_state_switch_iclogs()
3200 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xlog_calc_unit_res()
3212 unit_bytes += log->l_iclog_hsize * num_headers; in xlog_calc_unit_res()
3215 unit_bytes += log->l_iclog_hsize; in xlog_calc_unit_res()
3299 BTOBB(log->l_iclog_hsize)) { in xlog_verify_tail_lsn()
Dxfs_log_priv.h411 int l_iclog_hsize; /* size of iclog header */ member
Dxfs_log_cil.c57 (log->l_iclog_size - log->l_iclog_hsize))); in xlog_cil_set_iclog_hdr_count()
622 split_res = log->l_iclog_hsize + in xlog_cil_insert_items()