Home
last modified time | relevance | path

Searched defs:len (Results 1 – 4 of 4) sorted by relevance

/init/
Dinitramfs.c21 #define N_ALIGN(len) ((((len) + 1) & ~3) + 2) argument
377 static int __init write_buffer(char *buf, unsigned len) in write_buffer()
387 static int __init flush_buffer(void *bufv, unsigned len) in flush_buffer()
414 static char * __init unpack_to_rootfs(char *buf, unsigned len) in unpack_to_rootfs()
Ddo_mounts_rd.c300 static int __init compr_fill(void *buf, unsigned int len) in compr_fill()
Ddo_mounts_md.c245 int len, pos; in raid_setup() local
Ddo_mounts.c310 int len = get_filesystem_list(page); in get_fs_names() local