Home
last modified time | relevance | path

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

/init/
Dinitramfs.c315 struct stat st; in clean_path() local
317 if (!sys_newlstat(path, &st) && (st.st_mode ^ fmode) & S_IFMT) { in clean_path()
318 if (S_ISDIR(st.st_mode)) in clean_path()
584 struct stat st; in clean_rootfs() local
587 ret = sys_newlstat(dirp->d_name, &st); in clean_rootfs()
590 if (S_ISDIR(st.st_mode)) in clean_rootfs()