Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Ddirect-io.c992 unsigned long dio_remainder; in do_direct_IO() local
1017 dio_remainder = (sdio->block_in_file & blkmask); in do_direct_IO()
1031 sdio->next_block_for_io += dio_remainder; in do_direct_IO()
1032 sdio->blocks_available -= dio_remainder; in do_direct_IO()