Lines Matching defs:mod_start
4143 u64 mod_start = em->mod_start;
4155 const u64 mod_end = mod_start + mod_len;
4161 if (ordered_end <= mod_start)
4168 * go ahead and adjust mod_start and mod_len in case this ordered
4171 if (ordered->file_offset > mod_start) {
4173 mod_len = ordered->file_offset - mod_start;
4180 * Just don't mess with mod_start and mod_len, we'll
4187 mod_start = ordered_end;
4216 csum_offset = mod_start - em->start;