Searched refs:space_used (Results 1 – 3 of 3) sorted by relevance
433 if (len > 0 && (ctx->space_used / iclog_space != in xlog_cil_insert_items()434 (ctx->space_used + len) / iclog_space)) { in xlog_cil_insert_items()444 ctx->space_used += len; in xlog_cil_insert_items()676 if (ctx->space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log)) in xlog_cil_push()923 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) { in xlog_cil_push_background()946 if (cil->xc_ctx->space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log)) { in xlog_cil_push_background()948 ASSERT(cil->xc_ctx->space_used < log->l_logsize); in xlog_cil_push_background()
245 int space_used; /* aggregate size of regions */ member
1563 __u64 space_used; member