Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_priv.h362 #define XLOG_CIL_SPACE_LIMIT(log) \ macro
366 (XLOG_CIL_SPACE_LIMIT(log) * 2)
H A Dxfs_log_cil.c918 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) { in xlog_cil_push_background()