l_iclog_hsize 1299 fs/xfs/xfs_log.c log->l_iclog_hsize = log->l_iclog_heads << BBSHIFT; l_iclog_hsize 1462 fs/xfs/xfs_log.c iclog->ic_size = log->l_iclog_size - log->l_iclog_hsize; l_iclog_hsize 1468 fs/xfs/xfs_log.c iclog->ic_datap = (char *)iclog->ic_data + log->l_iclog_hsize; l_iclog_hsize 1816 fs/xfs/xfs_log.c count_init = log->l_iclog_hsize + iclog->ic_offset; l_iclog_hsize 3017 fs/xfs/xfs_log.c ticket->t_curr_res -= log->l_iclog_hsize; l_iclog_hsize 3019 fs/xfs/xfs_log.c log->l_iclog_hsize, l_iclog_hsize 3241 fs/xfs/xfs_log.c log->l_curr_block += BTOBB(eventual_size)+BTOBB(log->l_iclog_hsize); l_iclog_hsize 3624 fs/xfs/xfs_log.c iclog_space = log->l_iclog_size - log->l_iclog_hsize; l_iclog_hsize 3636 fs/xfs/xfs_log.c unit_bytes += log->l_iclog_hsize * num_headers; l_iclog_hsize 3639 fs/xfs/xfs_log.c unit_bytes += log->l_iclog_hsize; l_iclog_hsize 3772 fs/xfs/xfs_log.c if (blocks < BTOBB(iclog->ic_offset)+BTOBB(log->l_iclog_hsize)) l_iclog_hsize 432 fs/xfs/xfs_log_cil.c iclog_space = log->l_iclog_size - log->l_iclog_hsize; l_iclog_hsize 437 fs/xfs/xfs_log_cil.c split_res *= log->l_iclog_hsize + sizeof(struct xlog_op_header); l_iclog_hsize 361 fs/xfs/xfs_log_priv.h int l_iclog_hsize; /* size of iclog header */