Lines Matching refs:this_header
206 static __initdata loff_t this_header, next_header;
211 this_header += n;
268 next_header = this_header + N_ALIGN(name_len) + body_len;
292 if (this_header + byte_count < next_header) {
296 eat(next_header - this_header);
307 if (byte_count && (this_header & 0x3)) {
485 this_header = 0;
491 loff_t saved_offset = this_header;
492 if (*buf == '0' && !(this_header & 3)) {
502 this_header++;
505 this_header = 0;
524 this_header = saved_offset + my_inptr;