Searched refs:tofd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | copyfile.c | 76 int fromfd, tofd; in copyfile_mode_ns() local 100 tofd = mkstemp(tmp); in copyfile_mode_ns() 101 if (tofd < 0) in copyfile_mode_ns() 106 if (!err && fchmod(tofd, mode)) in copyfile_mode_ns() 111 if (fchmod(tofd, mode)) in copyfile_mode_ns() 120 err = copyfile_offset(fromfd, 0, tofd, 0, st.st_size); in copyfile_mode_ns() 124 close(tofd); in copyfile_mode_ns()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | copyfile.c | 76 int fromfd, tofd; in copyfile_mode_ns() local 100 tofd = mkstemp(tmp); in copyfile_mode_ns() 101 if (tofd < 0) in copyfile_mode_ns() 106 if (!err && fchmod(tofd, mode)) in copyfile_mode_ns() 111 if (fchmod(tofd, mode)) in copyfile_mode_ns() 120 err = copyfile_offset(fromfd, 0, tofd, 0, st.st_size); in copyfile_mode_ns() 124 close(tofd); in copyfile_mode_ns()
|
Completed in 1 milliseconds