Searched refs:dst_isdir (Results 1 – 1 of 1) sorted by relevance
956 bool dst_isdir; in do_sync_push() local961 dst_isdir = S_ISDIR(st.st_mode); in do_sync_push()965 dst_isdir = false; in do_sync_push()972 if (!dst_isdir) { in do_sync_push()1003 if (!dst_isdir) { in do_sync_push()1023 if (dst_isdir) { in do_sync_push()1195 bool dst_isdir = dst_exists && S_ISDIR(st.st_mode); in do_sync_pull() local1196 if (!dst_isdir) { in do_sync_pull()1233 if (!dst_isdir) { in do_sync_pull()1251 if (dst_isdir) { in do_sync_pull()