Searched refs:next_offset (Results 1 – 3 of 3) sorted by relevance
34 off64_t next_offset = whence == SEEK_SET ? offset : offset_ + offset; in Seek() local36 if (next_offset != offset_) { in Seek()43 if (fd_->Seek(next_offset, SEEK_SET) < 0) { in Seek()46 offset_ = next_offset; in Seek()
344 uint16_t next_offset; in rw_t1t_handle_write_rsp() local463 next_offset = in rw_t1t_handle_write_rsp()477 if (next_offset / T1T_BLOCK_SIZE == offset / T1T_BLOCK_SIZE) { in rw_t1t_handle_write_rsp()478 write_block[(uint8_t)(next_offset % T1T_BLOCK_SIZE)] |= in rw_t1t_handle_write_rsp()
2397 uint16_t next_offset; in rw_t2t_set_dynamic_lock_bits() local2429 next_offset = in rw_t2t_set_dynamic_lock_bits()2444 if (next_offset / T2T_BLOCK_SIZE == offset / T2T_BLOCK_SIZE) { in rw_t2t_set_dynamic_lock_bits()2445 write_block[(uint8_t)(next_offset % T2T_BLOCK_SIZE)] |= in rw_t2t_set_dynamic_lock_bits()