Home
last modified time | relevance | path

Searched refs:COPY_SIGINT (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/dissect/
Ddissect.c723 …copy_directory_fd(source_fd, arg_target, COPY_REFLINK|COPY_MERGE_EMPTY|COPY_SIGINT|COPY_HARDLINKS); in action_copy()
795 …ename(arg_target), UID_INVALID, GID_INVALID, COPY_REFLINK|COPY_REPLACE|COPY_SIGINT|COPY_HARDLINKS); in action_copy()
797 …", target_fd, ".", UID_INVALID, GID_INVALID, COPY_REFLINK|COPY_REPLACE|COPY_SIGINT|COPY_HARDLINKS); in action_copy()
/systemd-251/src/shared/
Dcopy.h19COPY_SIGINT = 1 << 6, /* Check for SIGINT regularly and return EINTR if seen (caller needs t… enumerator
Dcopy.c96 if ((copy_flags & (COPY_SIGINT|COPY_SIGTERM)) == 0) in look_for_signals()
99 r = pop_pending_signal(copy_flags & COPY_SIGINT ? SIGINT : 0, in look_for_signals()
Dbtrfs-util.c1611 (FLAGS_SET(flags, BTRFS_SNAPSHOT_SIGINT) ? COPY_SIGINT : 0)| in btrfs_subvol_snapshot_fd_full()
/systemd-251/src/import/
Dimport-fs.c217 COPY_SIGINT| in import_fs()
/systemd-251/src/partition/
Drepart.c2863 … COPY_REFLINK|COPY_MERGE|COPY_REPLACE|COPY_SIGINT|COPY_HARDLINKS|COPY_ALL_XATTRS); in do_copy_files()
2869 … COPY_REFLINK|COPY_MERGE|COPY_REPLACE|COPY_SIGINT|COPY_HARDLINKS|COPY_ALL_XATTRS); in do_copy_files()
2900 r = copy_bytes(sfd, tfd, UINT64_MAX, COPY_REFLINK|COPY_SIGINT); in do_copy_files()
/systemd-251/src/nspawn/
Dnspawn.c5701 …EXCL, arg_read_only ? 0400 : 0600, FS_NOCOW_FL, FS_NOCOW_FL, COPY_REFLINK|COPY_CRTIME|COPY_SIGINT); in run()