Lines Matching refs:this_header
196 static __initdata loff_t this_header, next_header;
201 this_header += n;
256 next_header = this_header + N_ALIGN(name_len) + body_len;
277 if (this_header + byte_count < next_header) {
281 eat(next_header - this_header);
291 if (byte_count && (this_header & 3))
466 this_header = 0;
469 loff_t saved_offset = this_header;
470 if (*buf == '0' && !(this_header & 3)) {
480 this_header++;
483 this_header = 0;
502 this_header = saved_offset + my_inptr;