Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Ddirect-io.c892 unsigned this_chunk_bytes; in dio_zero_block() local
912 this_chunk_bytes = this_chunk_blocks << sdio->blkbits; in dio_zero_block()
915 if (submit_page_section(dio, sdio, page, 0, this_chunk_bytes, in dio_zero_block()
959 unsigned this_chunk_bytes; /* # of bytes mapped */ in do_direct_IO() local
1059 this_chunk_bytes = this_chunk_blocks << blkbits; in do_direct_IO()
1060 BUG_ON(this_chunk_bytes == 0); in do_direct_IO()
1066 this_chunk_bytes, in do_direct_IO()
1076 from += this_chunk_bytes; in do_direct_IO()
1077 dio->result += this_chunk_bytes; in do_direct_IO()