Searched refs:dst_fd (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/objtool/ |
| H A D | builtin-check.c | 213 int dst_fd, src_fd; in copy_file() 223 dst_fd = open(dst, O_WRONLY | O_CREAT | O_TRUNC, 0400); in copy_file() 224 if (dst_fd == -1) { in copy_file() 234 if (fchmod(dst_fd, stat.st_mode) == -1) { in save_argv() 240 copied = sendfile(dst_fd, src_fd, &offset, to_copy); in save_argv() 247 close(dst_fd); in save_argv() 193 int dst_fd, src_fd; copy_file() local
|
| /linux/fs/hfsplus/ |
| H A D | catalog.c | 439 struct hfs_find_data src_fd, dst_fd; in hfsplus_rename_cat() local 450 dst_fd = src_fd; in hfsplus_rename_cat() 479 err = hfsplus_cat_build_key(sb, dst_fd.search_key, in hfsplus_rename_cat() 484 err = hfs_brec_find(&dst_fd, hfs_find_rec_by_key); in hfsplus_rename_cat() 491 err = hfs_brec_insert(&dst_fd, &entry, src_fd.entrylength); in hfsplus_rename_cat() 527 hfsplus_cat_build_key_with_cnid(sb, dst_fd.search_key, cnid); in hfsplus_rename_cat() 535 err = hfs_brec_find(&dst_fd, hfs_find_rec_by_key); in hfsplus_rename_cat() 541 err = hfs_brec_insert(&dst_fd, &entry, entry_size); in hfsplus_rename_cat() 546 hfs_bnode_put(dst_fd.bnode); in hfsplus_rename_cat()
|
| /linux/fs/ |
| H A D | remap_range.c | 539 CLASS(fd, dst_fd)(info->dest_fd); in vfs_dedupe_file_range() 541 if (fd_empty(dst_fd)) { in vfs_dedupe_file_range() 551 deduped = vfs_dedupe_file_range_one(file, off, fd_file(dst_fd), in vfs_dedupe_file_range()
|
| /linux/include/uapi/linux/ |
| H A D | f2fs.h | 85 __u32 dst_fd; /* destination fd */ member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_basic.c | 73 int err, src_fd, dst_fd; in compare_cookies() local 76 dst_fd = bpf_map__fd(dst); in compare_cookies() 83 err = bpf_map_lookup_elem(dst_fd, &i, &dst_cookie); in compare_cookies() 91 err = bpf_map_lookup_elem(dst_fd, &i, &dst_cookie); in compare_cookies()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 2022 int dst_fd, src_fd; in copy_file() local 2025 dst_fd = open(dst_path, O_WRONLY | O_TRUNC | O_CLOEXEC); in copy_file() 2026 ASSERT_LE(0, dst_fd) in copy_file() 2037 sendfile(dst_fd, src_fd, 0, statbuf.st_size)); in copy_file() 2039 ASSERT_EQ(0, close(dst_fd)); in copy_file()
|