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

/linux-master/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())) {
651 if (space_used >= XLOG_CIL_SPACE_LIMIT(log))
1401 if (space_used < XLOG_CIL_SPACE_LIMIT(log) ||

Completed in 112 milliseconds