Home
last modified time | relevance | path

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

/fs/
Ddirect-io.c814 unsigned long dio_remainder; in do_direct_IO() local
835 dio_remainder = (dio->block_in_file & blkmask); in do_direct_IO()
849 dio->next_block_for_io += dio_remainder; in do_direct_IO()
850 dio->blocks_available -= dio_remainder; in do_direct_IO()