| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 2148 if (rename(oldpath, newpath)) in TEST_F_FORK() 2198 ASSERT_EQ(-1, rename(file1_s2d3, file1_s1d3)); in TEST_F_FORK() 2211 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK() 2225 ASSERT_EQ(-1, rename(dir_s2d2, file1_s2d1)); in TEST_F_FORK() 2231 ASSERT_EQ(-1, rename(file1_s1d1, dir_s1d2)); in TEST_F_FORK() 2235 ASSERT_EQ(-1, rename(file1_s2d2, file1_s1d2)); in TEST_F_FORK() 2238 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK() 2244 ASSERT_EQ(0, rename(file2_s2d3, file1_s2d3)); in TEST_F_FORK() 2263 * Try to rename a file with RENAME_WHITEOUT. in test_exchange() 2402 * directory of the rename in TEST_F_FORK() [all...] |
| /linux/Documentation/filesystems/ |
| H A D | directory-locking.rst | 40 5. rename that is _not_ cross-directory. Locking rules: 53 6. cross-directory rename. The trickiest in the whole bunch. Locking rules: 188 child), same-directory rename killing a subdirectory (ditto) and 189 cross-directory rename of some sort. 191 There must be a cross-directory rename in the set; indeed, 200 more than one cross-directory rename among them. Without loss of 202 rename and everything else is of the "lock parent, then child" sort. 204 In other words, we have a cross-directory rename that locked 208 cross-directory rename does not get to locking any directories until it 214 cross-directory rename; parents first, then possibly their children. [all …]
|
| H A D | hfs.rst | 66 * You can't create, delete or rename resource forks of files or the
|
| /linux/fs/afs/ |
| H A D | dir.c | 68 .rename = afs_rename, 1873 if ((op->rename.rename_flags & RENAME_EXCHANGE) && in afs_rename_success() 1902 if (op->rename.rehash) { in afs_rename_edit_dir() 1903 d_rehash(op->rename.rehash); in afs_rename_edit_dir() 1904 op->rename.rehash = NULL; in afs_rename_edit_dir() 1924 if (!op->rename.new_negative) in afs_rename_edit_dir() 2026 if (op->rename.rehash) in afs_rename_put() 2027 d_rehash(op->rename.rehash); in afs_rename_put() 2028 dput(op->rename.tmp); in afs_rename_put() 2131 op->rename.rename_flags = flags; in afs_rename() [all …]
|
| /linux/tools/perf/trace/strace/groups/ |
| H A D | file | 14 rename
|
| H A D | string | 49 rename
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_raw_tp_test_run.c | 12 int BPF_PROG(rename, struct task_struct *task, char *comm) in BPF_PROG() argument
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | run_bench_rename.sh | 7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
| /linux/security/tomoyo/ |
| H A D | realpath.c | 186 if (!inode->i_op->rename) in tomoyo_get_local_path() 265 if ((!inode->i_op->rename && in tomoyo_realpath_from_path()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | execveat.c | 321 rename("execveat.ephemeral", "execveat.moved"); in run_tests() 379 rename("script.ephemeral", "script.moved"); in run_tests() 386 rename("subdir.ephemeral", "subdir.moved"); in run_tests()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | raw_tp_test_run.c | 45 prog_fd = bpf_program__fd(skel->progs.rename); in test_raw_tp_test_run()
|
| /linux/scripts/kconfig/ |
| H A D | confdata.c | 1005 rename(name, oldname); in conf_write() 1006 if (rename(tmpname, name)) in conf_write() 1051 if (rename(tmp, name)) { in conf_write_autoconf_cmd() 1169 if (rename(tmp, filename)) { in __conf_write_autoconf()
|
| /linux/security/apparmor/ |
| H A D | policy.c | 339 kfree_sensitive(profile->rename); in aa_free_profile() 1276 if (ent->new->rename) { in aa_replace_profiles() 1277 error = __lookup_replace(ns, ent->new->rename, in aa_replace_profiles() 1279 &ent->rename, &info); in aa_replace_profiles() 1287 if (ent->old || ent->rename) in aa_replace_profiles() 1358 op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | Makefile.zboot | 31 --rename-section .data=.gzdata,load,alloc,readonly,contents
|
| /linux/security/apparmor/include/ |
| H A D | policy_unpack.h | 25 struct aa_profile *rename; member
|
| H A D | policy.h | 262 const char *rename; member
|
| /linux/Documentation/process/ |
| H A D | applying-patches.rst | 289 $ mv linux-5.6 linux-5.7 # rename source dir 298 $ mv linux-5.6.1 linux-5.7 # rename source dir 335 $ mv linux-5.7.2 linux-5.7.3 # rename the kernel source dir 349 $ mv linux-5.7.2 linux-5.7.3 # rename the kernel source dir 384 $ mv linux-5.7 linux-5.8-rc3 # rename the source dir 392 $ mv linux-5.8-rc3 linux-5.8-rc5 # rename the source dir 400 $ mv linux-5.7.3 linux-5.8-rc5 # rename the kernel source dir
|
| /linux/tools/perf/util/ |
| H A D | data.c | 243 if (rename(data->path, oldname)) { in open_file_read() 471 if (rename(data->path, *new_filepath)) in has_kcore_dir() 472 pr_warning("Failed to rename %s to %s\n", data->path, *new_filepath); in has_kcore_dir()
|
| /linux/fs/nfsd/ |
| H A D | xdr.h | 136 struct nfsd_renameargs rename; member
|
| /linux/fs/orangefs/ |
| H A D | upcall.h | 241 struct orangefs_rename_request_s rename; member
|
| /linux/tools/verification/rvgen/rvgen/ |
| H A D | kunit.py | 176 path.rename(path.with_suffix(path.suffix + ".old"))
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm8450-sony-xperia-nagara-pdx224.dts | 156 "NC", /* SONY didn't rename this, but there's no ToF so it's likely NC */
|
| /linux/fs/smb/smbdirect/ |
| H A D | devices.c | 167 .rename = smbdirect_ib_client_rename,
|
| /linux/rust/syn/ |
| H A D | item.rs | 143 pub rename: Option<(Token![as], Ident)>, 477 pub rename: Ident, 1306 rename: { in parse() 1309 let rename: Ident = if input.peek(Token![_]) { in parse() localVariable 1314 Some((as_token, rename)) in parse() 1388 rename: { in parse_use_tree() 2961 if let Some((as_token, rename)) = &self.rename { in to_tokens() 2963 rename.to_tokens(tokens); in to_tokens() 3228 self.rename.to_tokens(tokens); in to_tokens()
|
| /linux/scripts/ |
| H A D | sign-file.c | 355 ERR(rename(dest_name, module_name) < 0, "%s", dest_name); in main()
|