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

/linux-4.4.14/init/
H A Dinitramfs.c54 #define N_ALIGN(len) ((((len) + 1) & ~3) + 2) macro
60 char name[N_ALIGN(PATH_MAX)];
262 next_header = this_header + N_ALIGN(name_len) + body_len; do_header()
271 remains = N_ALIGN(name_len) + body_len; do_header()
277 read_into(name_buf, N_ALIGN(name_len), GotName); do_header()
391 collected[N_ALIGN(name_len) + body_len] = '\0'; do_symlink()
393 sys_symlink(collected + N_ALIGN(name_len), collected); do_symlink()
457 symlink_buf = kmalloc(PATH_MAX + N_ALIGN(PATH_MAX) + 1, GFP_KERNEL); unpack_to_rootfs()
458 name_buf = kmalloc(N_ALIGN(PATH_MAX), GFP_KERNEL); unpack_to_rootfs()

Completed in 45 milliseconds