Searched refs:dst_isdir (Results 1 – 1 of 1) sorted by relevance
925 bool dst_isdir; in do_sync_push() local930 dst_isdir = S_ISDIR(st.st_mode); in do_sync_push()934 dst_isdir = false; in do_sync_push()941 if (!dst_isdir) { in do_sync_push()972 if (!dst_isdir) { in do_sync_push()992 if (dst_isdir) { in do_sync_push()1164 bool dst_isdir = dst_exists && S_ISDIR(st.st_mode); in do_sync_pull() local1165 if (!dst_isdir) { in do_sync_pull()1202 if (!dst_isdir) { in do_sync_pull()1220 if (dst_isdir) { in do_sync_pull()