Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcopy.h26COPY_ALL_XATTRS = 1 << 13, /* Preserve all xattrs when copying, not just those in the user namesp… enumerator
Dcopy.c1491 if (!FLAGS_SET(copy_flags, COPY_ALL_XATTRS) && !startswith(p, "user.")) in copy_xattr()
Dbtrfs-util.c1610 COPY_ALL_XATTRS| in btrfs_subvol_snapshot_fd_full()
/systemd-251/src/journal/
Dmanaged-journal-file.c216 … COPY_REPLACE | COPY_FSYNC | COPY_HOLES | COPY_ALL_XATTRS); in managed_journal_file_set_offline_internal()
/systemd-251/src/locale/
Dkeymap-util.c844 r = copy_xattr(fileno(fr), fileno(fw), COPY_ALL_XATTRS); in locale_gen_enable_locale()
/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()
2904 (void) copy_xattr(sfd, tfd, COPY_ALL_XATTRS); in do_copy_files()