Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c365 struct stat dent_st; in visit_dir() local
402 if (lstat(dent_path, &dent_st)) in visit_dir()
404 else if ((dent_st.st_mode & S_IFMT) == S_IFDIR) in visit_dir()
406 else if ((dent_st.st_mode & S_IFMT) == S_IFLNK) in visit_dir()