Home
last modified time | relevance | path

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

/linux/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.c636 (XLOG_CIL_SPACE_LIMIT(log) / num_online_cpus())) { in xlog_cil_insert_items()
645 if (space_used >= XLOG_CIL_SPACE_LIMIT(log)) in xlog_cil_insert_items()
1567 if (space_used < XLOG_CIL_SPACE_LIMIT(log) || in xlog_cil_push_background()