Searched refs:iclog_space (Results 1 – 2 of 2) sorted by relevance
296 int iclog_space; in xlog_cil_insert_items() local344 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xlog_cil_insert_items()345 if (len > 0 && (ctx->space_used / iclog_space != in xlog_cil_insert_items()346 (ctx->space_used + len) / iclog_space)) { in xlog_cil_insert_items()349 hdrs = (len + iclog_space - 1) / iclog_space; in xlog_cil_insert_items()
3148 int iclog_space; in xlog_ticket_alloc() local3209 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xlog_ticket_alloc()3210 num_headers = howmany(unit_bytes, iclog_space); in xlog_ticket_alloc()3217 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_ticket_alloc()