Lines Matching refs:body_len
180 static __initdata unsigned long body_len, name_len;
203 body_len = parsed[6];
289 next_header = this_header + N_ALIGN(name_len) + body_len;
295 if (body_len > PATH_MAX)
298 remains = N_ALIGN(name_len) + body_len;
303 if (S_ISREG(mode) || !body_len)
380 if (body_len)
381 vfs_truncate(&wfile->f_path, body_len);
403 if (byte_count >= body_len) {
404 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len)
411 eat(body_len);
417 body_len -= byte_count;
425 collected[N_ALIGN(name_len) + body_len] = '\0';