Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 25 of 160) sorted by relevance

1234567

/linux-6.12.1/tools/testing/selftests/landlock/
Dfs_test.c2101 if (rename(oldpath, newpath)) in test_rename()
2140 ASSERT_EQ(-1, rename(file1_s2d3, file1_s1d3)); in TEST_F_FORK()
2153 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK()
2167 ASSERT_EQ(-1, rename(dir_s2d2, file1_s2d1)); in TEST_F_FORK()
2173 ASSERT_EQ(-1, rename(file1_s1d1, dir_s1d2)); in TEST_F_FORK()
2177 ASSERT_EQ(-1, rename(file1_s2d2, file1_s1d2)); in TEST_F_FORK()
2180 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK()
2186 ASSERT_EQ(0, rename(file2_s2d3, file1_s2d3)); in TEST_F_FORK()
2224 ASSERT_EQ(-1, rename(dir_s2d3, dir_s1d3)); in TEST_F_FORK()
2238 ASSERT_EQ(-1, rename(dir_s1d2, file1_s1d1)); in TEST_F_FORK()
[all …]
/linux-6.12.1/Documentation/filesystems/
Ddirectory-locking.rst40 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 …]
/linux-6.12.1/fs/orangefs/
Dnamei.c399 new_op->upcall.req.rename.old_parent_refn = ORANGEFS_I(old_dir)->refn; in orangefs_rename()
400 new_op->upcall.req.rename.new_parent_refn = ORANGEFS_I(new_dir)->refn; in orangefs_rename()
402 strscpy(new_op->upcall.req.rename.d_old_name, old_dentry->d_name.name); in orangefs_rename()
403 strscpy(new_op->upcall.req.rename.d_new_name, new_dentry->d_name.name); in orangefs_rename()
430 .rename = orangefs_rename,
/linux-6.12.1/arch/s390/boot/
DMakefile84 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.…
92 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info
127 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
/linux-6.12.1/tools/perf/trace/strace/groups/
Dfile14 rename
Dstring49 rename
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_raw_tp_test_run.c12 int BPF_PROG(rename, struct task_struct *task, char *comm) in BPF_PROG() argument
/linux-6.12.1/fs/afs/
Ddir.c71 .rename = afs_rename,
1869 if (op->rename.rehash) { in afs_rename_edit_dir()
1870 d_rehash(op->rename.rehash); in afs_rename_edit_dir()
1871 op->rename.rehash = NULL; in afs_rename_edit_dir()
1887 if (!op->rename.new_negative) in afs_rename_edit_dir()
1928 if (op->rename.rehash) in afs_rename_put()
1929 d_rehash(op->rename.rehash); in afs_rename_put()
1930 dput(op->rename.tmp); in afs_rename_put()
1991 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
2005 op->rename.rehash = new_dentry; in afs_rename()
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/benchs/
Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
/linux-6.12.1/security/tomoyo/
Drealpath.c186 if (!inode->i_op->rename) in tomoyo_get_local_path()
265 if ((!inode->i_op->rename && in tomoyo_realpath_from_path()
/linux-6.12.1/tools/testing/selftests/exec/
Dexecveat.c296 rename("execveat.ephemeral", "execveat.moved"); in run_tests()
354 rename("script.ephemeral", "script.moved"); in run_tests()
361 rename("subdir.ephemeral", "subdir.moved"); in run_tests()
/linux-6.12.1/drivers/firmware/efi/libstub/
DMakefile114 STUBCOPY_FLAGS-$(CONFIG_ARM) += --rename-section .data=.data.efistub \
115 --rename-section .bss=.bss.efistub,load,alloc
DMakefile.zboot37 --rename-section .data=.gzdata,load,alloc,readonly,contents
/linux-6.12.1/drivers/misc/lkdtm/
DMakefile22 --rename-section .noinstr.text=.rodata,alloc,readonly,load,contents
/linux-6.12.1/drivers/staging/vt6655/
DTODO4 - rename DEVICE_PRT() to DBG_PRT() -- done
/linux-6.12.1/security/apparmor/
Dpolicy.c294 kfree_sensitive(profile->rename); in aa_free_profile()
1143 if (ent->new->rename) { in aa_replace_profiles()
1144 error = __lookup_replace(ns, ent->new->rename, in aa_replace_profiles()
1146 &ent->rename, &info); in aa_replace_profiles()
1154 if (ent->old || ent->rename) in aa_replace_profiles()
1225 op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
/linux-6.12.1/scripts/kconfig/
Dconfdata.c898 rename(name, oldname); in conf_write()
899 if (rename(tmpname, name)) in conf_write()
944 if (rename(tmp, name)) { in conf_write_autoconf_cmd()
1064 if (rename(tmp, filename)) { in __conf_write_autoconf()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Draw_tp_test_run.c45 prog_fd = bpf_program__fd(skel->progs.rename); in test_raw_tp_test_run()
/linux-6.12.1/security/apparmor/include/
Dpolicy_unpack.h24 struct aa_profile *rename; member
/linux-6.12.1/Documentation/process/
Dapplying-patches.rst289 $ 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-6.12.1/tools/perf/tests/shell/
Dtest_task_analyzer.sh82 perf script report task-analyzer --ns --rename-comms-by-tids 0:random > "$out"
/linux-6.12.1/fs/affs/
Ddir.c71 .rename = affs_rename2,
/linux-6.12.1/fs/nfsd/
Dxdr.h135 struct nfsd_renameargs rename; member
/linux-6.12.1/tools/perf/util/
Ddata.c243 if (rename(data->path, oldname)) { in check_backup()
448 if (rename(data->path, *new_filepath)) in perf_data__switch()
/linux-6.12.1/fs/unicode/
DREADME.utf8data51 of utf8data.h_shipped, rename it to utf8data.h_shipped.

1234567