Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c3094 uint num_headers; in xlog_calc_unit_res() local
3152 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()
3155 unit_bytes += sizeof(struct xlog_op_header) * num_headers; in xlog_calc_unit_res()
3158 while (!num_headers || in xlog_calc_unit_res()
3159 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()
3161 num_headers++; in xlog_calc_unit_res()
3163 unit_bytes += log->l_iclog_hsize * num_headers; in xlog_calc_unit_res()
3172 *niclogs = num_headers; in xlog_calc_unit_res()