Home
last modified time | relevance | path

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

1234567

/Linux-v6.6/Documentation/filesystems/
Ddirectory-locking.rst25 4) rename() that is _not_ cross-directory. Locking rules: caller locks the
42 6) cross-directory rename. The trickiest in the whole bunch. Locking
76 (1) if object removal or non-cross-directory rename holds lock on A and
78 acquire the lock on B. (Proof: only cross-directory rename can change
81 (2) if cross-directory rename holds the lock on filesystem, order will not
82 change until rename acquires all locks. (Proof: other cross-directory
106 Any contended object is either held by cross-directory rename or
108 operation other than cross-directory rename. Then the lock this operation
111 It means that one of the operations is cross-directory rename.
114 own descendent. Moreover, there is exactly one cross-directory rename
[all …]
/Linux-v6.6/tools/testing/selftests/landlock/
Dfs_test.c1957 if (rename(oldpath, newpath)) in test_rename()
1996 ASSERT_EQ(-1, rename(file1_s2d3, file1_s1d3)); in TEST_F_FORK()
2009 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK()
2023 ASSERT_EQ(-1, rename(dir_s2d2, file1_s2d1)); in TEST_F_FORK()
2029 ASSERT_EQ(-1, rename(file1_s1d1, dir_s1d2)); in TEST_F_FORK()
2033 ASSERT_EQ(-1, rename(file1_s2d2, file1_s1d2)); in TEST_F_FORK()
2036 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK()
2042 ASSERT_EQ(0, rename(file2_s2d3, file1_s2d3)); in TEST_F_FORK()
2080 ASSERT_EQ(-1, rename(dir_s2d3, dir_s1d3)); in TEST_F_FORK()
2094 ASSERT_EQ(-1, rename(dir_s1d2, file1_s1d1)); in TEST_F_FORK()
[all …]
/Linux-v6.6/fs/orangefs/
Dnamei.c405 new_op->upcall.req.rename.old_parent_refn = ORANGEFS_I(old_dir)->refn; in orangefs_rename()
406 new_op->upcall.req.rename.new_parent_refn = ORANGEFS_I(new_dir)->refn; in orangefs_rename()
408 strncpy(new_op->upcall.req.rename.d_old_name, in orangefs_rename()
411 strncpy(new_op->upcall.req.rename.d_new_name, in orangefs_rename()
440 .rename = orangefs_rename,
/Linux-v6.6/drivers/firmware/efi/libstub/
DMakefile117 STUBCOPY_FLAGS-$(CONFIG_X86) += --rename-section .bss=.bss.efistub,load,alloc
126 STUBCOPY_FLAGS-$(CONFIG_ARM) += --rename-section .data=.data.efistub \
127 --rename-section .bss=.bss.efistub,load,alloc
DMakefile.zboot37 --rename-section .data=.gzdata,load,alloc,readonly,contents
/Linux-v6.6/arch/s390/boot/
DMakefile92 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.…
100 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info
131 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
/Linux-v6.6/tools/perf/trace/strace/groups/
Dfile14 rename
Dstring49 rename
/Linux-v6.6/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-v6.6/fs/afs/
Ddir.c70 .rename = afs_rename,
1836 if (op->rename.rehash) { in afs_rename_edit_dir()
1837 d_rehash(op->rename.rehash); in afs_rename_edit_dir()
1838 op->rename.rehash = NULL; in afs_rename_edit_dir()
1854 if (!op->rename.new_negative) in afs_rename_edit_dir()
1889 if (op->rename.rehash) in afs_rename_put()
1890 d_rehash(op->rename.rehash); in afs_rename_put()
1891 dput(op->rename.tmp); in afs_rename_put()
1952 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
1966 op->rename.rehash = new_dentry; in afs_rename()
[all …]
/Linux-v6.6/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-v6.6/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-v6.6/tools/testing/selftests/exec/
Dexecveat.c280 rename("execveat.ephemeral", "execveat.moved"); in run_tests()
338 rename("script.ephemeral", "script.moved"); in run_tests()
345 rename("subdir.ephemeral", "subdir.moved"); in run_tests()
/Linux-v6.6/drivers/staging/vt6655/
DTODO4 - rename DEVICE_PRT() to DBG_PRT() -- done
/Linux-v6.6/drivers/misc/lkdtm/
DMakefile26 --rename-section .noinstr.text=.rodata,alloc,readonly,load,contents
/Linux-v6.6/security/apparmor/
Dpolicy.c257 kfree_sensitive(profile->rename); in aa_free_profile()
1107 if (ent->new->rename) { in aa_replace_profiles()
1108 error = __lookup_replace(ns, ent->new->rename, in aa_replace_profiles()
1110 &ent->rename, &info); in aa_replace_profiles()
1118 if (ent->old || ent->rename) in aa_replace_profiles()
1189 op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
/Linux-v6.6/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-v6.6/security/apparmor/include/
Dpolicy_unpack.h24 struct aa_profile *rename; member
/Linux-v6.6/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-v6.6/fs/affs/
Ddir.c40 .rename = affs_rename2,
/Linux-v6.6/scripts/kconfig/
Dconfdata.c1015 rename(name, oldname); in conf_write()
1016 if (rename(tmpname, name)) in conf_write()
1068 if (rename(tmp, name)) { in conf_write_autoconf_cmd()
1188 if (rename(tmp, filename)) { in __conf_write_autoconf()
/Linux-v6.6/tools/perf/tests/shell/
Dtest_task_analyzer.sh79 perf script report task-analyzer --ns --rename-comms-by-tids 0:random > "$out"
/Linux-v6.6/fs/nfsd/
Dxdr.h135 struct nfsd_renameargs rename; member
/Linux-v6.6/drivers/staging/qlge/
DTODO13 * rename "rx" queues to "completion" queues. Calling tx completion queues "rx
/Linux-v6.6/fs/
Dbad_inode.c172 .rename = bad_inode_rename2,

1234567