Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_log_rlimit.c54 int attr_space; in xfs_log_get_max_trans_res() local
56 attr_space = xfs_log_calc_max_attrsetm_res(mp); in xfs_log_get_max_trans_res()
70 if (attr_space > log_space) { in xfs_log_get_max_trans_res()
72 max_resp->tr_logres = attr_space; in xfs_log_get_max_trans_res()