Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log.c3350 uint num_headers; in xfs_log_calc_unit_res() local
3408 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()
3411 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()
3414 while (!num_headers || in xfs_log_calc_unit_res()
3415 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()
3417 num_headers++; in xfs_log_calc_unit_res()
3419 unit_bytes += log->l_iclog_hsize * num_headers; in xfs_log_calc_unit_res()