Searched refs:this_header (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dinitramfs.c168 static __initdata loff_t this_header, next_header; variable
173 this_header += n;
229 next_header = this_header + N_ALIGN(name_len) + body_len;
250 if (this_header + count < next_header) {
254 eat(next_header - this_header);
264 if (count && (this_header & 3))
429 this_header = 0;
432 loff_t saved_offset = this_header;
433 if (*buf == '0' && !(this_header & 3)) {
443 this_header
[all...]

Completed in 177 milliseconds