Searched refs:st (Results 1 – 1 of 1) sorted by relevance
315 struct stat st; in clean_path() local317 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() local587 ret = sys_newlstat(dirp->d_name, &st); in clean_rootfs()590 if (S_ISDIR(st.st_mode)) in clean_rootfs()