Lines Matching defs:mod_start
4524 u64 mod_start = em->mod_start;
4536 const u64 mod_end = mod_start + mod_len;
4542 if (ordered_end <= mod_start)
4549 * go ahead and adjust mod_start and mod_len in case this ordered
4552 if (ordered->file_offset > mod_start) {
4554 mod_len = ordered->file_offset - mod_start;
4561 * Just don't mess with mod_start and mod_len, we'll
4568 mod_start = ordered_end;
4597 csum_offset = mod_start - em->start;