Searched refs:copy_xattr (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/shared/ |
D | copy.c | 733 (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
|
D | copy.h | 77 int copy_xattr(int fdf, int fdt, CopyFlags copy_flags);
|
/systemd-251/src/dissect/ |
D | dissect.c | 744 (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/ |
D | export-raw.c | 226 (void) copy_xattr(e->input_fd, e->output_fd, 0); in raw_export_process()
|
D | import-raw.c | 238 (void) copy_xattr(i->input_fd, i->output_fd, 0); in raw_import_finish()
|
D | pull-raw.c | 400 (void) copy_xattr(i->raw_job->disk_fd, dfd, 0); in raw_pull_make_local_copy()
|
/systemd-251/src/locale/ |
D | keymap-util.c | 844 r = copy_xattr(fileno(fr), fileno(fw), COPY_ALL_XATTRS); in locale_gen_enable_locale()
|
/systemd-251/src/partition/ |
D | repart.c | 2904 (void) copy_xattr(sfd, tfd, COPY_ALL_XATTRS); in do_copy_files()
|