Home
last modified time | relevance | path

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

/linux/fs/
A Ddirect-io.c876 unsigned this_chunk_blocks; /* In dio_blocks */ in dio_zero_block() local
887 if (!this_chunk_blocks) in dio_zero_block()
895 this_chunk_blocks = dio_blocks_per_fs_block - this_chunk_blocks; in dio_zero_block()
904 sdio->next_block_for_io += this_chunk_blocks; in dio_zero_block()
1037 this_chunk_blocks = sdio->blocks_available; in do_direct_IO()
1039 if (this_chunk_blocks > u) in do_direct_IO()
1040 this_chunk_blocks = u; in do_direct_IO()
1042 if (this_chunk_blocks > u) in do_direct_IO()
1043 this_chunk_blocks = u; in do_direct_IO()
1060 sdio->block_in_file += this_chunk_blocks; in do_direct_IO()
[all …]

Completed in 6 milliseconds