Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log.c3417 uint num_headers; in xlog_calc_unit_res() local
3475 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()
3478 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()
3481 while (!num_headers || in xlog_calc_unit_res()
3482 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()
3484 num_headers++; in xlog_calc_unit_res()
3486 unit_bytes += log->l_iclog_hsize * num_headers; in xlog_calc_unit_res()
3495 *niclogs = num_headers; in xlog_calc_unit_res()