Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Ddirect-io.c916 unsigned this_chunk_bytes; in dio_zero_block() local
936 this_chunk_bytes = this_chunk_blocks << sdio->blkbits; in dio_zero_block()
939 if (submit_page_section(dio, sdio, page, 0, this_chunk_bytes, in dio_zero_block()
983 unsigned this_chunk_bytes; /* # of bytes mapped */ in do_direct_IO() local
1083 this_chunk_bytes = this_chunk_blocks << blkbits; in do_direct_IO()
1084 BUG_ON(this_chunk_bytes == 0); in do_direct_IO()
1090 this_chunk_bytes, in do_direct_IO()
1100 from += this_chunk_bytes; in do_direct_IO()
1101 dio->result += this_chunk_bytes; in do_direct_IO()