Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_log.c3448 int iclog_space; in xlog_calc_unit_res() local
3506 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xlog_calc_unit_res()
3507 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()
3514 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()

Completed in 9 milliseconds