Searched refs:copy_xattr (Results 1 - 5 of 5) sorted by relevance

/systemd/src/basic/
H A Dcopy.h35 int copy_xattr(int fdf, int fdt);
H A Dcopy.c194 (void) copy_xattr(fdf, fdt);
302 (void) copy_xattr(dirfd(d), fdt);
400 (void) copy_xattr(fdf, fdt);
487 int copy_xattr(int fdf, int fdt) { function
/systemd/src/import/
H A Dexport-raw.c241 (void) copy_xattr(e->input_fd, e->output_fd);
H A Dimport-raw.c242 (void) copy_xattr(i->input_fd, i->output_fd);
H A Dpull-raw.c330 (void) copy_xattr(i->raw_job->disk_fd, dfd);

Completed in 1644 milliseconds