Searched refs:to_offset (Results 1 – 2 of 2) sorted by relevance
1347 uint32_t to_offset = args_to->offset; in ext2_replace_file() local1348 uint32_t to_blk = to_offset / block_size; in ext2_replace_file()1349 uint32_t to_blk_off = to_offset % block_size; in ext2_replace_file()
641 const uint16_t to_offset, in remove_option_data() argument644 const uint16_t move_size = from_offset - to_offset; in remove_option_data()646 memmove(cpkt->data + to_offset, cpkt->data + from_offset, cpkt->offset - from_offset); in remove_option_data()