Searched refs:round_down_offset (Results 1 – 1 of 1) sorted by relevance
650 let round_down_offset = offset.round_down(blk_io.block_size()); in read_aligned_buffer() localVariable651 read_aligned_all(blk_io, round_down_offset.try_into()?, block_scratch)?; in read_aligned_buffer()652 let offset_relative = offset - round_down_offset; in read_aligned_buffer()837 let round_down_offset: u64 = offset.round_down(blk_io.block_size()).try_into()?; in write_aligned_buffer() localVariable838 read_aligned_all(blk_io, round_down_offset, block_scratch)?; in write_aligned_buffer()839 let offset_relative = offset - round_down_offset; in write_aligned_buffer()843 write_aligned_all(blk_io, round_down_offset, block_scratch) in write_aligned_buffer()