Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_cil.c433 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()
Dxfs_log_priv.h245 int space_used; /* aggregate size of regions */ member
/fs/cifs/
Dcifspdu.h1563 __u64 space_used; member