Home
last modified time | relevance | path

Searched refs:copy_xattr (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/shared/
Dcopy.c733 (void) copy_xattr(fdf, fdt, copy_flags); in fd_copy_regular()
1025 (void) copy_xattr(dirfd(d), fdt, copy_flags); in fd_copy_directory()
1222 (void) copy_xattr(fdf, fdt, copy_flags); in copy_file_fd_full()
1294 (void) copy_xattr(fdf, fdt, copy_flags); in copy_file_full()
1479 int copy_xattr(int fdf, int fdt, CopyFlags copy_flags) { in copy_xattr() function
Dcopy.h77 int copy_xattr(int fdf, int fdt, CopyFlags copy_flags);
/systemd-251/src/dissect/
Ddissect.c744 (void) copy_xattr(source_fd, target_fd, 0); in action_copy()
813 (void) copy_xattr(source_fd, target_fd, 0); in action_copy()
/systemd-251/src/import/
Dexport-raw.c226 (void) copy_xattr(e->input_fd, e->output_fd, 0); in raw_export_process()
Dimport-raw.c238 (void) copy_xattr(i->input_fd, i->output_fd, 0); in raw_import_finish()
Dpull-raw.c400 (void) copy_xattr(i->raw_job->disk_fd, dfd, 0); in raw_pull_make_local_copy()
/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.c2904 (void) copy_xattr(sfd, tfd, COPY_ALL_XATTRS); in do_copy_files()