Home
last modified time | relevance | path

Searched refs:l_iclog_hsize (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c1252 log->l_iclog_hsize = log->l_iclog_heads << BBSHIFT; in xlog_get_iclog_buffer_size()
1415 iclog->ic_size = log->l_iclog_size - log->l_iclog_hsize; in xlog_alloc_log()
1421 iclog->ic_datap = (char *)iclog->ic_data + log->l_iclog_hsize; in xlog_alloc_log()
1799 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
2916 ticket->t_curr_res -= log->l_iclog_hsize; in xlog_state_get_iclog_space()
2918 log->l_iclog_hsize, in xlog_state_get_iclog_space()
3084 log->l_curr_block += BTOBB(eventual_size)+BTOBB(log->l_iclog_hsize); in xlog_state_switch_iclogs()
3407 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xfs_log_calc_unit_res()
3419 unit_bytes += log->l_iclog_hsize * num_headers; in xfs_log_calc_unit_res()
3422 unit_bytes += log->l_iclog_hsize; in xfs_log_calc_unit_res()
[all...]
H A Dxfs_log_priv.h395 int l_iclog_hsize; /* size of iclog header */ member
H A Dxfs_log_cil.c431 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xlog_cil_insert_items()
436 split_res *= log->l_iclog_hsize + sizeof(struct xlog_op_header); in xlog_cil_insert_items()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c1436 log->l_iclog_hsize = log->l_iclog_heads << BBSHIFT; in xlog_get_iclog_buffer_size()
1629 iclog->ic_size = log->l_iclog_size - log->l_iclog_hsize; in xlog_alloc_log()
1634 iclog->ic_datap = (void *)iclog->ic_data + log->l_iclog_hsize; in xlog_alloc_log()
1998 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
2935 ticket->t_curr_res -= log->l_iclog_hsize; in xlog_state_get_iclog_space()
3096 log->l_curr_block += BTOBB(eventual_size)+BTOBB(log->l_iclog_hsize); in xlog_state_switch_iclogs()
3473 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xlog_calc_unit_res()
3485 unit_bytes += log->l_iclog_hsize * num_headers; in xlog_calc_unit_res()
3488 unit_bytes += log->l_iclog_hsize; in xlog_calc_unit_res()
3585 if (blocks < BTOBB(iclog->ic_offset)+BTOBB(log->l_iclog_hsize)) in xlog_verify_tail_lsn()
[all...]
H A Dxfs_log_priv.h410 int l_iclog_hsize; /* size of iclog header */ member
H A Dxfs_log_cil.c57 (log->l_iclog_size - log->l_iclog_hsize))); in xlog_cil_set_iclog_hdr_count()
625 split_res = log->l_iclog_hsize + in xlog_cil_insert_items()

Completed in 15 milliseconds