Searched refs:copy_progress_bytes_t (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/shared/ |
D | copy.h | 30 typedef int (*copy_progress_bytes_t)(uint64_t n_bytes, void *userdata); typedef 33 int copy_file_fd_full(const char *from, int to, CopyFlags copy_flags, copy_progress_bytes_t progres… 38 …nsigned chattr_flags, unsigned chattr_mask, CopyFlags copy_flags, copy_progress_bytes_t progress, … 43 …nsigned chattr_flags, unsigned chattr_mask, CopyFlags copy_flags, copy_progress_bytes_t progress, … 48 …de_gid, CopyFlags copy_flags, copy_progress_path_t progress_path, copy_progress_bytes_t progress_b… 56 …ar *to, CopyFlags copy_flags, copy_progress_path_t progress_path, copy_progress_bytes_t progress_b… 61 …ar *to, CopyFlags copy_flags, copy_progress_path_t progress_path, copy_progress_bytes_t progress_b… 66 …pyFlags copy_flags, void **ret_remains, size_t *ret_remains_size, copy_progress_bytes_t progress, …
|
D | copy.c | 157 copy_progress_bytes_t progress, in copy_bytes_full() 689 copy_progress_bytes_t progress, in fd_copy_regular() 866 copy_progress_bytes_t progress_bytes, in fd_copy_directory() 1046 copy_progress_bytes_t progress_bytes, in copy_tree_at_full() 1107 copy_progress_bytes_t progress_bytes, in copy_directory_fd_full() 1150 copy_progress_bytes_t progress_bytes, in copy_directory_full() 1192 copy_progress_bytes_t progress_bytes, in copy_file_fd_full() 1245 copy_progress_bytes_t progress_bytes, in copy_file_full() 1333 copy_progress_bytes_t progress_bytes, in copy_file_atomic_full()
|
D | btrfs-util.h | 69 …th, BtrfsSnapshotFlags flags, copy_progress_path_t progress_path, copy_progress_bytes_t progress_b… 74 …th, BtrfsSnapshotFlags flags, copy_progress_path_t progress_path, copy_progress_bytes_t progress_b…
|
D | btrfs-util.c | 1574 copy_progress_bytes_t progress_bytes, in btrfs_subvol_snapshot_fd_full() 1657 copy_progress_bytes_t progress_bytes, in btrfs_subvol_snapshot_full()
|