Searched defs:len (Results 1 – 4 of 4) sorted by relevance
21 #define N_ALIGN(len) ((((len) + 1) & ~3) + 2) argument377 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()
300 static int __init compr_fill(void *buf, unsigned int len) in compr_fill()
245 int len, pos; in raid_setup() local
310 int len = get_filesystem_list(page); in get_fs_names() local