Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Ddirect-io.c881 unsigned this_chunk_bytes; in dio_zero_block() local
901 this_chunk_bytes = this_chunk_blocks << sdio->blkbits; in dio_zero_block()
904 if (submit_page_section(dio, sdio, page, 0, this_chunk_bytes, in dio_zero_block()
948 unsigned this_chunk_bytes; /* # of bytes mapped */ in do_direct_IO() local
1048 this_chunk_bytes = this_chunk_blocks << blkbits; in do_direct_IO()
1049 BUG_ON(this_chunk_bytes == 0); in do_direct_IO()
1055 this_chunk_bytes, in do_direct_IO()
1065 from += this_chunk_bytes; in do_direct_IO()
1066 dio->result += this_chunk_bytes; in do_direct_IO()