Home
last modified time | relevance | path

Searched refs:iclog_space (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_log_cil.c296 int iclog_space; in xlog_cil_insert_items() local
344 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()
Dxfs_log.c3148 int iclog_space; in xlog_ticket_alloc() local
3209 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()