Searched refs:rename (Results 1 - 25 of 94) sorted by relevance

1234

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_raw_tp_test_run.c12 int BPF_PROG(rename, struct task_struct *task, char *comm)
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c2071 if (rename(oldpath, newpath))
2110 ASSERT_EQ(-1, rename(file1_s2d3, file1_s1d3));
2123 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3));
2137 ASSERT_EQ(-1, rename(dir_s2d2, file1_s2d1));
2143 ASSERT_EQ(-1, rename(file1_s1d1, dir_s1d2));
2147 ASSERT_EQ(-1, rename(file1_s2d2, file1_s1d2));
2150 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3));
2156 ASSERT_EQ(0, rename(file2_s2d3, file1_s2d3));
2194 ASSERT_EQ(-1, rename(dir_s2d3, dir_s1d3));
2208 ASSERT_EQ(-1, rename(dir_s1d
[all...]
/linux-master/drivers/misc/lkdtm/
H A DMakefile26 --rename-section .noinstr.text=.rodata,alloc,readonly,load,contents
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_test_run.c40 ASSERT_GE(err, 0, "task rename");
45 prog_fd = bpf_program__fd(skel->progs.rename);
/linux-master/fs/orangefs/
H A Dnamei.c405 new_op->upcall.req.rename.old_parent_refn = ORANGEFS_I(old_dir)->refn;
406 new_op->upcall.req.rename.new_parent_refn = ORANGEFS_I(new_dir)->refn;
408 strncpy(new_op->upcall.req.rename.d_old_name,
411 strncpy(new_op->upcall.req.rename.d_new_name,
440 .rename = orangefs_rename,
H A Dupcall.h241 struct orangefs_rename_request_s rename; member in union:orangefs_upcall_s::__anon10429
/linux-master/arch/s390/boot/
H A DMakefile97 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.syms
105 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info
144 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.compressed
/linux-master/security/apparmor/include/
H A Dpolicy_unpack.h24 struct aa_profile *rename; member in struct:aa_load_ent
H A Dpolicy.h199 * @rename: optional profile name that this profile renamed
229 const char *rename; member in struct:aa_profile
/linux-master/security/tomoyo/
H A Drealpath.c183 * Use filesystem name if filesystem does not support rename()
186 if (!inode->i_op->rename)
263 * Get local name for filesystems without rename() operation
265 if ((!inode->i_op->rename &&
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot37 --rename-section .data=.gzdata,load,alloc,readonly,contents
H A DMakefile119 STUBCOPY_FLAGS-$(CONFIG_ARM) += --rename-section .data=.data.efistub \
120 --rename-section .bss=.bss.efistub,load,alloc
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c296 rename("execveat.ephemeral", "execveat.moved");
354 rename("script.ephemeral", "script.moved");
361 rename("subdir.ephemeral", "subdir.moved");
/linux-master/fs/affs/
H A Ddir.c40 .rename = affs_rename2,
/linux-master/fs/nfsd/
H A Dxdr.h135 struct nfsd_renameargs rename; member in union:nfsd_xdrstore
/linux-master/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh79 perf script report task-analyzer --ns --rename-comms-by-tids 0:random > "$out"
80 check_exec_0 "perf script report task-analyzer --ns --rename-comms-by-tids 0:random"
/linux-master/fs/
H A Dbad_inode.c172 .rename = bad_inode_rename2,
/linux-master/security/apparmor/
H A Dpolicy.c294 kfree_sensitive(profile->rename);
1143 if (ent->new->rename) {
1144 error = __lookup_replace(ns, ent->new->rename,
1146 &ent->rename, &info);
1154 if (ent->old || ent->rename)
1225 op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL;
/linux-master/fs/afs/
H A Ddir.c70 .rename = afs_rename,
1850 if (op->rename.rehash) {
1851 d_rehash(op->rename.rehash);
1852 op->rename.rehash = NULL;
1868 if (!op->rename.new_negative)
1903 if (op->rename.rehash)
1904 d_rehash(op->rename.rehash);
1905 dput(op->rename.tmp);
1919 * rename a file in an AFS filesystem and/or move it between directories
1932 /* Don't allow silly-rename file
[all...]
/linux-master/tools/perf/util/
H A Ddata.c238 if (rename(data->path, oldname)) {
443 if (rename(data->path, *new_filepath))
444 pr_warning("Failed to rename %s to %s\n", data->path, *new_filepath);
/linux-master/fs/sysv/
H A Dnamei.c188 * Anybody can rename anything with this: the permission checks are left to the
278 .rename = sysv_rename,
/linux-master/fs/minix/
H A Dnamei.c264 .rename = minix_rename,
/linux-master/fs/ramfs/
H A Dinode.c200 .rename = simple_rename,
/linux-master/scripts/kconfig/
H A Dconfdata.c957 rename(name, oldname);
958 if (rename(tmpname, name))
1003 if (rename(tmp, name)) {
1004 perror("rename");
1123 if (rename(tmp, filename)) {
1124 perror("rename");

Completed in 365 milliseconds

1234