Searched refs:dest_st (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn-mount.c407 struct stat source_st, dest_st; local
426 if (stat(where, &dest_st) >= 0) {
427 if (S_ISDIR(source_st.st_mode) && !S_ISDIR(dest_st.st_mode)) {
432 if (!S_ISDIR(source_st.st_mode) && S_ISDIR(dest_st.st_mode)) {

Completed in 976 milliseconds