Home
last modified time | relevance | path

Searched refs:XLOG_CIL_SPACE_LIMIT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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)) {
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_priv.h377 #define XLOG_CIL_SPACE_LIMIT(log) \ macro
381 (XLOG_CIL_SPACE_LIMIT(log) * 2)
H A Dxfs_log_cil.c642 (XLOG_CIL_SPACE_LIMIT(log) / num_online_cpus())) { in xlog_cil_insert_items()
651 if (space_used >= XLOG_CIL_SPACE_LIMIT(log)) in xlog_cil_insert_items()
1390 if (space_used < XLOG_CIL_SPACE_LIMIT(log) ||

Completed in 6 milliseconds