/linux/Documentation/filesystems/ |
A D | directory-locking.rst | 25 4) rename() that is _not_ cross-directory. Locking rules: caller locks 43 6) cross-directory rename. The trickiest in the whole bunch. Locking 74 (1) if object removal or non-cross-directory rename holds lock on A and 104 Any contended object is either held by cross-directory rename or 109 It means that one of the operations is cross-directory rename. 112 own descendent. Moreover, there is exactly one cross-directory rename 115 Consider the object blocking the cross-directory rename. One 116 of its descendents is locked by cross-directory rename (otherwise we 118 means that cross-directory rename is taking locks out of order. Due 120 But locking rules for cross-directory rename guarantee that we do not [all …]
|
/linux/drivers/firmware/efi/libstub/ |
A D | Makefile | 87 STUBCOPY_FLAGS-$(CONFIG_X86) += --rename-section .bss=.bss.efistub,load,alloc 96 STUBCOPY_FLAGS-$(CONFIG_ARM) += --rename-section .data=.data.efistub \ 97 --rename-section .bss=.bss.efistub,load,alloc
|
/linux/fs/orangefs/ |
A D | namei.c | 405 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/arch/s390/boot/compressed/ |
A D | Makefile | 45 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.… 53 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info 86 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
|
/linux/fs/afs/ |
A D | dir.c | 69 .rename = afs_rename, 1827 if (op->rename.rehash) { in afs_rename_edit_dir() 1828 d_rehash(op->rename.rehash); in afs_rename_edit_dir() 1829 op->rename.rehash = NULL; in afs_rename_edit_dir() 1845 if (!op->rename.new_negative) in afs_rename_edit_dir() 1880 if (op->rename.rehash) in afs_rename_put() 1881 d_rehash(op->rename.rehash); in afs_rename_put() 1882 dput(op->rename.tmp); in afs_rename_put() 1964 if (!op->rename.tmp) { in afs_rename() 1977 op->dentry_2 = op->rename.tmp; in afs_rename() [all …]
|
/linux/tools/testing/selftests/exec/ |
A D | execveat.c | 280 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/security/apparmor/ |
A D | policy.c | 220 kfree_sensitive(profile->rename); in aa_free_profile() 979 if (ent->new->rename) { in aa_replace_profiles() 980 error = __lookup_replace(ns, ent->new->rename, in aa_replace_profiles() 982 &ent->rename, &info); in aa_replace_profiles() 990 if (ent->old || ent->rename) in aa_replace_profiles() 1043 op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
|
/linux/tools/perf/trace/strace/groups/ |
A D | file | 14 rename
|
A D | string | 49 rename
|
/linux/tools/testing/selftests/bpf/progs/ |
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/ |
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/ |
A D | realpath.c | 186 if (!inode->i_op->rename) in tomoyo_get_local_path() 270 (!inode->i_op->rename && in tomoyo_realpath_from_path()
|
/linux/drivers/staging/android/ |
A D | TODO | 3 - rename files to be not so "generic"
|
/linux/drivers/staging/vt6655/ |
A D | TODO | 4 - rename DEVICE_PRT() to DBG_PRT() -- done
|
/linux/drivers/misc/lkdtm/ |
A D | Makefile | 23 --rename-section .noinstr.text=.rodata,alloc,readonly,load
|
/linux/tools/testing/selftests/landlock/ |
A D | fs_test.c | 1639 ASSERT_EQ(-1, rename(file1_s2d3, file1_s1d3)); in TEST_F_FORK() 1652 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK() 1670 ASSERT_EQ(-1, rename(file1_s2d2, file1_s1d2)); in TEST_F_FORK() 1673 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK() 1679 ASSERT_EQ(0, rename(file2_s2d3, file1_s2d3)); in TEST_F_FORK() 1717 ASSERT_EQ(-1, rename(dir_s2d3, dir_s1d3)); in TEST_F_FORK() 1742 ASSERT_EQ(0, rename(file1_s1d2, dir_s1d3)); in TEST_F_FORK() 1850 ASSERT_EQ(0, rename(file1_s1d2, file2_s1d2)); in test_make_file() 1855 ASSERT_EQ(0, rename(file1_s1d3, file2_s1d3)); in test_make_file() 1931 ASSERT_EQ(0, rename(file1_s1d2, file2_s1d2)); in TEST_F_FORK() [all …]
|
/linux/security/apparmor/include/ |
A D | policy_unpack.h | 23 struct aa_profile *rename; member
|
/linux/scripts/kconfig/ |
A D | confdata.c | 933 rename(name, oldname); in conf_write() 934 if (rename(tmpname, name)) in conf_write() 985 if (rename(tmp, name)) { in conf_write_autoconf_cmd() 1099 if (rename(tmp, filename)) { in __conf_write_autoconf()
|
/linux/arch/um/os-Linux/ |
A D | user_syms.c | 78 EXPORT_SYMBOL_PROTO(rename);
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | raw_tp_test_run.c | 48 prog_fd = bpf_program__fd(skel->progs.rename); in test_raw_tp_test_run()
|
/linux/fs/affs/ |
A D | dir.c | 40 .rename = affs_rename2,
|
/linux/tools/perf/util/ |
A D | data.c | 220 if (rename(data->path, oldname)) { in check_backup() 427 if (rename(data->path, *new_filepath)) in perf_data__switch()
|
/linux/Documentation/process/ |
A D | applying-patches.rst | 285 $ mv linux-5.6 linux-5.7 # rename source dir 294 $ mv linux-5.6.1 linux-5.7 # rename source dir 332 $ mv linux-5.7.2 linux-5.7.3 # rename the kernel source dir 366 $ mv linux-5.7 linux-5.8-rc3 # rename the source dir 374 $ mv linux-5.8-rc3 linux-5.8-rc5 # rename the source dir 382 $ mv linux-5.7.3 linux-5.8-rc5 # rename the kernel source dir
|
/linux/fs/nfsd/ |
A D | xdr.h | 135 struct nfsd_renameargs rename; member
|
/linux/drivers/staging/qlge/ |
A D | TODO | 13 * rename "rx" queues to "completion" queues. Calling tx completion queues "rx
|