Searched refs:COPY_SIGTERM (Results 1 – 4 of 4) sorted by relevance
20 COPY_SIGTERM = 1 << 7, /* ditto, but for SIGTERM */ enumerator
96 if ((copy_flags & (COPY_SIGINT|COPY_SIGTERM)) == 0) in look_for_signals()100 copy_flags & COPY_SIGTERM ? SIGTERM : 0); in look_for_signals()
1612 (FLAGS_SET(flags, BTRFS_SNAPSHOT_SIGTERM) ? COPY_SIGTERM : 0), in btrfs_subvol_snapshot_fd_full()
218 COPY_SIGTERM| in import_fs()