Searched refs:dst_isdir (Results 1 – 1 of 1) sorted by relevance
1456 bool dst_isdir; in do_sync_push() local1461 dst_isdir = S_ISDIR(st.st_mode); in do_sync_push()1465 dst_isdir = false; in do_sync_push()1472 if (!dst_isdir) { in do_sync_push()1503 if (!dst_isdir) { in do_sync_push()1524 if (dst_isdir) { in do_sync_push()1699 bool dst_isdir = dst_exists && S_ISDIR(st.st_mode); in do_sync_pull() local1700 if (!dst_isdir) { in do_sync_pull()1737 if (!dst_isdir) { in do_sync_pull()1755 if (dst_isdir) { in do_sync_pull()