Searched refs:orig_start (Results 1 – 3 of 3) sorted by relevance
27 __u64 orig_start; /* logical start offset in block for orig */ member163 me.orig_start = io_u->offset / ed->bsz; in fio_e4defrag_queue()164 me.donor_start = me.orig_start; in fio_e4defrag_queue()166 me.len = len / ed->bsz - me.orig_start; in fio_e4defrag_queue()
151 __u64 orig_start; /* logical start offset in block for orig */ member372 offset = (loff_t)defrag_data.orig_start * block_size; in page_in_core()424 offset = (loff_t)defrag_data.orig_start * block_size; in defrag_fadvise()1320 move_data.orig_start = ext_list_tmp->data.logical; in call_defrag()1322 move_data.donor_start = move_data.orig_start; in call_defrag()1374 move_data.orig_start += move_data.moved_len; in call_defrag()1375 move_data.donor_start = move_data.orig_start; in call_defrag()1377 start = move_data.orig_start * buf->st_blksize; in call_defrag()
830 const byte* orig_start; // start of original code member887 zone_, &code->locals, code->orig_start, code->orig_end); in Preprocess()909 code->orig_start = start; in SetFunctionCode()1240 orig = code->orig_start[pc]; in Execute()1862 if (enabled && code->orig_start == code->start) { in SetBreakpoint()1864 memcpy(code->start, code->orig_start, size); in SetBreakpoint()1871 code->start[pc] = code->orig_start[pc]; in SetBreakpoint()