Searched refs:INSTALL_SYNCFS (Results 1 – 6 of 6) sorted by relevance
120 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()
11 …INSTALL_SYNCFS = 1 << 4, /* syncfs() before moving file in, fsync() parent dir after moving fi… enumerator
257 (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()
244 (arg_sync ? INSTALL_SYNCFS : 0)); in import_fs()
186 (i->flags & IMPORT_SYNC ? INSTALL_SYNCFS : 0)); in tar_import_finish()
1158 … (t->target.type == RESOURCE_REGULAR_FILE ? INSTALL_FSYNC_FULL : INSTALL_SYNCFS)); in transfer_install_instance()