Home
last modified time | relevance | path

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

/systemd-251/src/nspawn/
Dnspawn-mount.c712 struct stat source_st, dest_st; in mount_bind() local
738 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()