Searched refs:N_ALIGN (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.c21 #define N_ALIGN(len) ((((len) + 1) & ~3) + 2) macro
27 char name[N_ALIGN(PATH_MAX)];
229 next_header = this_header + N_ALIGN(name_len) + body_len;
238 remains = N_ALIGN(name_len) + body_len;
244 read_into(name_buf, N_ALIGN(name_len), GotName);
356 collected[N_ALIGN(name_len) + body_len] = '\0';
358 sys_symlink(collected + N_ALIGN(name_len), collected);
422 symlink_buf = kmalloc(PATH_MAX + N_ALIGN(PATH_MAX) + 1, GFP_KERNEL);
423 name_buf = kmalloc(N_ALIGN(PATH_MAX), GFP_KERNEL);

Completed in 88 milliseconds