Lines Matching defs:body_len
161 static __initdata unsigned long body_len, name_len;
183 body_len = parsed[0x6];
268 next_header = this_header + N_ALIGN(name_len) + body_len;
275 if (body_len > PATH_MAX) {
279 remains = N_ALIGN(name_len) + body_len;
284 if (S_ISREG(mode) || !body_len) {
365 if (body_len) {
366 vfs_truncate(&wfile->f_path, body_len);
388 if (byte_count >= body_len) {
390 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) {
399 eat(body_len);
406 body_len -= byte_count;
414 collected[N_ALIGN(name_len) + body_len] = '\0';