Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_rlimit.c159 int log_space = 0; in xfs_log_get_max_trans_res() local
174 if (log_space < tmp) { in xfs_log_get_max_trans_res()
175 log_space = tmp; in xfs_log_get_max_trans_res()
180 if (attr_space > log_space) { in xfs_log_get_max_trans_res()