Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_rlimit.c53 int log_space = 0; in xfs_log_get_max_trans_res() local
64 if (log_space < tmp) { in xfs_log_get_max_trans_res()
65 log_space = tmp; in xfs_log_get_max_trans_res()
70 if (attr_space > log_space) { in xfs_log_get_max_trans_res()