Home
last modified time | relevance | path

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

/init/
Dinitramfs.c567 int num; in clean_rootfs() local
581 num = sys_getdents64(fd, dirp, BUF_SIZE); in clean_rootfs()
582 while (num > 0) { in clean_rootfs()
583 while (num > 0) { in clean_rootfs()
596 num -= dirp->d_reclen; in clean_rootfs()
601 num = sys_getdents64(fd, dirp, BUF_SIZE); in clean_rootfs()