Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es-shared.c383 unsigned int io_bytes, exit_bytes; in vc_handle_ioio() local
394 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()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Df2fs.h3366 enum iostat_type type, unsigned long long io_bytes) in f2fs_update_iostat() argument
3371 sbi->rw_iostat[type] += io_bytes; in f2fs_update_iostat()