Home
last modified time | relevance | path

Searched refs:copyfile_offset (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dutil.c224 static int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size) in copyfile_offset() function
297 err = copyfile_offset(fromfd, 0, tofd, 0, st.st_size); in copyfile_mode_ns()