Searched refs:copyfile_offset (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | util.c | 144 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size) in copyfile_offset() function 209 err = copyfile_offset(fromfd, 0, tofd, 0, st.st_size); in copyfile_mode()
|
D | util.h | 249 int copyfile_offset(int fromfd, loff_t from_ofs, int tofd, loff_t to_ofs, u64 size);
|