Searched refs:dst_isdir (Results 1 – 1 of 1) sorted by relevance
1438 bool dst_isdir; in do_sync_push() local1443 dst_isdir = S_ISDIR(st.st_mode); in do_sync_push()1447 dst_isdir = false; in do_sync_push()1454 if (!dst_isdir) { in do_sync_push()1485 if (!dst_isdir) { in do_sync_push()1506 if (dst_isdir) { in do_sync_push()1680 bool dst_isdir = dst_exists && S_ISDIR(st.st_mode); in do_sync_pull() local1681 if (!dst_isdir) { in do_sync_pull()1718 if (!dst_isdir) { in do_sync_pull()1736 if (dst_isdir) { in do_sync_pull()