Lines Matching refs:body_len
152 static __initdata unsigned long body_len, name_len;
174 body_len = parsed[6];
256 next_header = this_header + N_ALIGN(name_len) + body_len;
262 if (body_len > PATH_MAX)
265 remains = N_ALIGN(name_len) + body_len;
270 if (S_ISREG(mode) || !body_len)
346 if (body_len)
347 vfs_truncate(&wfile->f_path, body_len);
369 if (byte_count >= body_len) {
371 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len)
379 eat(body_len);
385 body_len -= byte_count;
393 collected[N_ALIGN(name_len) + body_len] = '\0';