Home
last modified time | relevance | path

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

/init/
Dinitramfs.c535 #define BUF_SIZE 1024 macro
547 buf = kzalloc(BUF_SIZE, GFP_KERNEL); in clean_rootfs()
555 num = sys_getdents64(fd, dirp, BUF_SIZE); in clean_rootfs()
574 memset(buf, 0, BUF_SIZE); in clean_rootfs()
575 num = sys_getdents64(fd, dirp, BUF_SIZE); in clean_rootfs()