Searched refs:dest_st (Results 1 – 1 of 1) sorted by relevance
712 struct stat source_st, dest_st; in mount_bind() local738 if (stat(where, &dest_st) < 0) in mount_bind()741 if (S_ISDIR(source_st.st_mode) && !S_ISDIR(dest_st.st_mode)) in mount_bind()746 if (!S_ISDIR(source_st.st_mode) && S_ISDIR(dest_st.st_mode)) in mount_bind()