Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_log.c1245 log->l_iclog_hsize = xhdrs << BBSHIFT; in xlog_get_iclog_buffer_size()
1249 log->l_iclog_hsize = BBSIZE; in xlog_get_iclog_buffer_size()
1260 log->l_iclog_hsize = BBSIZE; in xlog_get_iclog_buffer_size()
1462 iclog->ic_size = BBTOB(bp->b_length) - log->l_iclog_hsize; in xlog_alloc_log()
1468 iclog->ic_datap = (char *)iclog->ic_data + log->l_iclog_hsize; in xlog_alloc_log()
1753 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_sync()
2914 ticket->t_curr_res -= log->l_iclog_hsize; in xlog_state_get_iclog_space()
2916 log->l_iclog_hsize, in xlog_state_get_iclog_space()
3138 log->l_curr_block += BTOBB(eventual_size)+BTOBB(log->l_iclog_hsize); in xlog_state_switch_iclogs()
3582 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xfs_log_calc_unit_res()
[all …]
Dxfs_log_priv.h371 int l_iclog_hsize; /* size of iclog header */ member
Dxfs_log_cil.c334 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xlog_cil_insert_items()
341 hdrs *= log->l_iclog_hsize + sizeof(struct xlog_op_header); in xlog_cil_insert_items()