Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Ddirect-io.c878 unsigned this_chunk_bytes; in dio_zero_block() local
898 this_chunk_bytes = this_chunk_blocks << sdio->blkbits; in dio_zero_block()
901 if (submit_page_section(dio, sdio, page, 0, this_chunk_bytes, in dio_zero_block()
945 unsigned this_chunk_bytes; /* # of bytes mapped */ in do_direct_IO() local
1045 this_chunk_bytes = this_chunk_blocks << blkbits; in do_direct_IO()
1046 BUG_ON(this_chunk_bytes == 0); in do_direct_IO()
1052 this_chunk_bytes, in do_direct_IO()
1062 from += this_chunk_bytes; in do_direct_IO()
1063 dio->result += this_chunk_bytes; in do_direct_IO()