Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcopy.h25 COPY_SYNCFS = 1 << 12, /* syncfs() the *top-level* dir after we are done */ enumerator
Dcopy.c1073 if (S_ISDIR(st.st_mode) && (copy_flags & COPY_SYNCFS)) { in copy_tree_at_full()
1078 } else if ((copy_flags & (COPY_FSYNC_FULL|COPY_SYNCFS)) != 0) { in copy_tree_at_full()
1094 if (copy_flags & COPY_SYNCFS) in sync_dir_by_flags()