Home
last modified time | relevance | path

Searched refs:INSTALL_SYNCFS (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/shared/
Dinstall-file.c120 if ((flags & (INSTALL_FSYNC|INSTALL_FSYNC_FULL|INSTALL_SYNCFS|INSTALL_READ_ONLY)) != 0) { in install_file()
142 if ((flags & (INSTALL_FSYNC_FULL|INSTALL_SYNCFS)) != 0) { in install_file()
167 if (flags & INSTALL_SYNCFS) { in install_file()
190 if (target_name && (flags & (INSTALL_FSYNC_FULL|INSTALL_SYNCFS)) != 0) { in install_file()
260 if ((flags & (INSTALL_FSYNC_FULL|INSTALL_SYNCFS)) != 0) { in install_file()
Dinstall-file.h11INSTALL_SYNCFS = 1 << 4, /* syncfs() before moving file in, fsync() parent dir after moving fi… enumerator
/systemd-251/src/import/
Dpull-tar.c257 (i->flags & PULL_SYNC ? INSTALL_SYNCFS : 0)); in tar_pull_make_local_copy()
412 (i->flags & PULL_SYNC ? INSTALL_SYNCFS : 0)); in tar_pull_job_on_finished()
438 (i->flags & PULL_SYNC ? INSTALL_SYNCFS : 0)); in tar_pull_job_on_finished()
Dimport-fs.c244 (arg_sync ? INSTALL_SYNCFS : 0)); in import_fs()
Dimport-tar.c186 (i->flags & IMPORT_SYNC ? INSTALL_SYNCFS : 0)); in tar_import_finish()
/systemd-251/src/sysupdate/
Dsysupdate-transfer.c1158 … (t->target.type == RESOURCE_REGULAR_FILE ? INSTALL_FSYNC_FULL : INSTALL_SYNCFS)); in transfer_install_instance()