Searched refs:this_header (Results 1 – 2 of 2) sorted by relevance
228 static __initdata loff_t this_header, next_header; variable233 this_header += n; in eat()291 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header()312 if (this_header + byte_count < next_header) { in do_skip()316 eat(next_header - this_header); in do_skip()326 if (byte_count && (this_header & 3)) in do_reset()500 this_header = 0; in unpack_to_rootfs()503 loff_t saved_offset = this_header; in unpack_to_rootfs()504 if (*buf == '0' && !(this_header & 3)) { in unpack_to_rootfs()514 this_header++; in unpack_to_rootfs()[all …]
1133 int this_header = header_len; in send_ext_msg_udp() local1137 this_header += scnprintf(buf + this_header, in send_ext_msg_udp()1138 sizeof(buf) - this_header, in send_ext_msg_udp()1145 MAX_PRINT_CHUNK - this_header); in send_ext_msg_udp()1148 memcpy(buf + this_header, body + offset, this_chunk); in send_ext_msg_udp()1157 int preceding_bytes = this_chunk + this_header; in send_ext_msg_udp()1172 memcpy(buf + this_header + this_offset, in send_ext_msg_udp()1178 netpoll_send_udp(&nt->np, buf, this_header + this_offset); in send_ext_msg_udp()