Searched refs:copy_progress_path_t (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/shared/ |
D | copy.h | 31 typedef int (*copy_progress_path_t)(const char *path, const struct stat *st, void *userdata); typedef 48 …to, uid_t override_uid, gid_t override_gid, CopyFlags copy_flags, copy_progress_path_t progress_pa… 56 int copy_directory_fd_full(int dirfd, const char *to, CopyFlags copy_flags, copy_progress_path_t pr… 61 …tory_full(const char *from, const char *to, CopyFlags copy_flags, copy_progress_path_t progress_pa…
|
D | btrfs-util.h | 69 …_full(int old_fd, const char *new_path, BtrfsSnapshotFlags flags, copy_progress_path_t progress_pa… 74 …t char *old_path, const char *new_path, BtrfsSnapshotFlags flags, copy_progress_path_t progress_pa…
|
D | copy.c | 865 copy_progress_path_t progress_path, in fd_copy_directory() 1045 copy_progress_path_t progress_path, in copy_tree_at_full() 1106 copy_progress_path_t progress_path, in copy_directory_fd_full() 1149 copy_progress_path_t progress_path, in copy_directory_full()
|
D | btrfs-util.c | 1573 copy_progress_path_t progress_path, in btrfs_subvol_snapshot_fd_full() 1656 copy_progress_path_t progress_path, in btrfs_subvol_snapshot_full()
|