Searched refs:begin (Results 1 – 6 of 6) sorted by relevance
138 buf_slice.copy_from_slice(&temp[range.begin..range.end]); in read_at()173 temp[range.begin..range.end].copy_from_slice(&buf_slice); in write_at()190 pub begin: usize, // 迭代器的起始位置 -> 块设备的地址 (单位是字节) field202 pub begin: usize, // 起始位置在块内的偏移量, 如果BlockIter启用Multiblock,则是多个块的偏移量 field211 begin: start_addr, in new()219 begin: start_addr, in new_multiblock()230 let lba_id = self.begin / blk_size; in next_block()231 let begin = self.begin % blk_size; in next_block() localVariable238 self.begin += end - begin; in next_block()243 begin: begin, in next_block()[all …]
208 of the section so we begin them at 0. */