Lines Matching refs:this_header
226 static __initdata loff_t this_header, next_header;
231 this_header += n;
289 next_header = this_header + N_ALIGN(name_len) + body_len;
310 if (this_header + byte_count < next_header) {
314 eat(next_header - this_header);
324 if (byte_count && (this_header & 3))
498 this_header = 0;
501 loff_t saved_offset = this_header;
502 if (*buf == '0' && !(this_header & 3)) {
512 this_header++;
515 this_header = 0;
534 this_header = saved_offset + my_inptr;