Searched refs:st (Results 1 – 1 of 1) sorted by relevance
311 struct kstat st; in clean_path() local313 if (!init_stat(path, &st, AT_SYMLINK_NOFOLLOW) && in clean_path()314 (st.mode ^ fmode) & S_IFMT) { in clean_path()315 if (S_ISDIR(st.mode)) in clean_path()