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

/systemd/src/nspawn/
H A Dnspawn-mount.c407 struct stat source_st, dest_st; local
421 if (stat(m->source, &source_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)) {
449 if (S_ISDIR(source_st.st_mode))

Completed in 1457 milliseconds