Lines Matching refs:this_header
233 static __initdata loff_t this_header, next_header; variable
238 this_header += n; in eat()
296 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header()
317 if (this_header + byte_count < next_header) { in do_skip()
321 eat(next_header - this_header); in do_skip()
331 if (byte_count && (this_header & 3)) in do_reset()
505 this_header = 0; in unpack_to_rootfs()
508 loff_t saved_offset = this_header; in unpack_to_rootfs()
509 if (*buf == '0' && !(this_header & 3)) { in unpack_to_rootfs()
519 this_header++; in unpack_to_rootfs()
522 this_header = 0; in unpack_to_rootfs()
541 this_header = saved_offset + my_inptr; in unpack_to_rootfs()