/kernel/linux/linux-5.10/Documentation/filesystems/ |
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 76 acquire the lock on B. (Proof: only cross-directory rename can change 79 (2) if cross-directory rename holds the lock on filesystem, order will not 80 change until rename acquires all locks. (Proof: other cross-directory 104 Any contended object is either held by cross-directory rename or 106 operation other than cross-directory rename. Then the lock this operation 109 It means that one of the operations is cross-directory rename. 112 own descendent. Moreover, there is exactly one cross-directory rename [all …]
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
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
|
/kernel/linux/linux-5.10/fs/orangefs/ |
D | namei.c | 401 new_op->upcall.req.rename.old_parent_refn = ORANGEFS_I(old_dir)->refn; in orangefs_rename() 402 new_op->upcall.req.rename.new_parent_refn = ORANGEFS_I(new_dir)->refn; in orangefs_rename() 404 strncpy(new_op->upcall.req.rename.d_old_name, in orangefs_rename() 407 strncpy(new_op->upcall.req.rename.d_new_name, in orangefs_rename() 436 .rename = orangefs_rename,
|
/kernel/linux/linux-5.10/arch/s390/boot/compressed/ |
D | Makefile | 32 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info 62 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
|
/kernel/linux/linux-5.10/tools/perf/trace/strace/groups/ |
D | file | 14 rename
|
D | string | 49 rename
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | test_raw_tp_test_run.c | 12 int BPF_PROG(rename, struct task_struct *task, char *comm) in BPF_PROG() argument
|
/kernel/linux/linux-5.10/fs/afs/ |
D | dir.c | 68 .rename = afs_rename, 1779 if (op->rename.rehash) { in afs_rename_edit_dir() 1780 d_rehash(op->rename.rehash); in afs_rename_edit_dir() 1781 op->rename.rehash = NULL; in afs_rename_edit_dir() 1797 if (!op->rename.new_negative) in afs_rename_edit_dir() 1832 if (op->rename.rehash) in afs_rename_put() 1833 d_rehash(op->rename.rehash); in afs_rename_put() 1834 dput(op->rename.tmp); in afs_rename_put() 1890 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename() 1904 op->rename.rehash = new_dentry; in afs_rename() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
D | run_bench_rename.sh | 7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
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()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
D | realpath.c | 186 if (!inode->i_op->rename) in tomoyo_get_local_path() 270 (!inode->i_op->rename && in tomoyo_realpath_from_path()
|
/kernel/linux/linux-5.10/drivers/staging/android/ |
D | TODO | 3 - rename files to be not so "generic"
|
/kernel/linux/linux-5.10/drivers/misc/lkdtm/ |
D | Makefile | 20 --rename-section .noinstr.text=.rodata,alloc,readonly,load,contents
|
/kernel/linux/linux-5.10/security/apparmor/ |
D | policy.c | 220 kfree_sensitive(profile->rename); in aa_free_profile() 939 if (ent->new->rename) { in aa_replace_profiles() 940 error = __lookup_replace(ns, ent->new->rename, in aa_replace_profiles() 942 &ent->rename, &info); in aa_replace_profiles() 950 if (ent->old || ent->rename) in aa_replace_profiles() 1003 op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
|
/kernel/linux/linux-5.10/drivers/staging/vt6655/ |
D | TODO | 4 - rename DEVICE_PRT() to DBG_PRT() -- done
|
/kernel/liteos_m/components/fs/vfs/ |
D | vfs_files.h | 64 int (*rename)(struct MountPoint *, const char *, const char *); member
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
D | policy_unpack.h | 23 struct aa_profile *rename; member
|
/kernel/uniproton/src/fs/vfs/ |
D | vfs_files.h | 43 S32 (*rename)(struct TagMountPoint *, const char *, const char *); member
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
D | user_syms.c | 78 EXPORT_SYMBOL_PROTO(rename);
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | raw_tp_test_run.c | 48 prog_fd = bpf_program__fd(skel->progs.rename); in test_raw_tp_test_run()
|
/kernel/liteos_a/testsuites/unittest/common/ |
D | osTest.cpp | 146 ret = rename(pathList[i], nameBuf); in PrepareFileEnv() 187 ret = rename(nameBuf, pathList[i]); in RecoveryFileEnv()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | confdata.c | 927 rename(name, oldname); in conf_write() 928 if (rename(tmpname, name)) in conf_write() 965 rename("..config.tmp", name); in conf_write_dep() 1087 if (rename(".tmpconfig.h", name)) in conf_write_autoconf() 1096 if (rename(".tmpconfig", autoconf_name)) in conf_write_autoconf()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | data.c | 207 if (rename(data->path, oldname)) { in check_backup() 391 if (rename(data->path, *new_filepath)) in perf_data__switch()
|
/kernel/linux/linux-5.10/fs/affs/ |
D | dir.c | 40 .rename = affs_rename2,
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | xdr.h | 138 struct nfsd_renameargs rename; member
|