Home
last modified time | relevance | path

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

/linux-6.1.9/init/
Dinitramfs.c74 #define N_ALIGN(len) ((((len) + 1) & ~3) + 2) macro
80 char name[N_ALIGN(PATH_MAX)];
295 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header()
304 remains = N_ALIGN(name_len) + body_len; in do_header()
310 read_into(name_buf, N_ALIGN(name_len), GotName); in do_header()
431 collected[N_ALIGN(name_len) + body_len] = '\0'; in do_symlink()
433 init_symlink(collected + N_ALIGN(name_len), collected); in do_symlink()
497 symlink_buf = kmalloc(PATH_MAX + N_ALIGN(PATH_MAX) + 1, GFP_KERNEL); in unpack_to_rootfs()
498 name_buf = kmalloc(N_ALIGN(PATH_MAX), GFP_KERNEL); in unpack_to_rootfs()