Searched refs:io_bytes (Results 1 – 2 of 2) sorted by relevance
383 unsigned int io_bytes, exit_bytes; in vc_handle_ioio() local394 io_bytes = (exit_info_1 >> 4) & 0x7; in vc_handle_ioio()395 ghcb_count = sizeof(ghcb->shared_buffer) / io_bytes; in vc_handle_ioio()399 exit_bytes = exit_info_2 * io_bytes; in vc_handle_ioio()407 ghcb->shared_buffer, io_bytes, in vc_handle_ioio()429 ghcb->shared_buffer, io_bytes, in vc_handle_ioio()
3366 enum iostat_type type, unsigned long long io_bytes) in f2fs_update_iostat() argument3371 sbi->rw_iostat[type] += io_bytes; in f2fs_update_iostat()