Home
last modified time | relevance | path

Searched refs:rename (Results 476 - 500 of 655) sorted by relevance

1...<<11121314151617181920>>...27

/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_inode_dotl.c968 .rename = v9fs_vfs_rename,
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode_remote.c207 * except create and rename opt in hmdfs_lookup_by_con()
753 /* rename dentry in cache file */
862 .rename = hmdfs_rename_remote,
/kernel/linux/linux-5.10/fs/fat/
H A Dnamei_vfat.c75 * Note, rename() to existing directory entry will have ->d_inode, in vfat_revalidate_ci()
80 * rename("filename", "FILENAME") for now. in vfat_revalidate_ci()
1033 .rename = vfat_rename,
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dnamei.c406 /* attempt the rename */ in cachefiles_bury_object()
826 !d_backing_inode(subdir)->i_op->rename || in cachefiles_get_directory()
/kernel/linux/linux-5.10/fs/hpfs/
H A Dnamei.c626 .rename = hpfs_rename,
/kernel/linux/linux-5.10/fs/jffs2/
H A Ddir.c61 .rename = jffs2_rename,
772 /* The VFS will check for us and prevent trying to rename a in jffs2_rename()
/kernel/linux/linux-6.6/fs/nfs/
H A Dproc.c703 .rename = nfs_rename,
/kernel/linux/linux-6.6/fs/jffs2/
H A Ddir.c64 .rename = jffs2_rename,
783 /* The VFS will check for us and prevent trying to rename a in jffs2_rename()
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dnamei.c178 !d_backing_inode(subdir)->i_op->rename || in cachefiles_get_directory()
375 /* attempt the rename */ in cachefiles_bury_object()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode_remote.c207 * except create and rename opt in hmdfs_lookup_by_con()
753 /* rename dentry in cache file */
862 .rename = hmdfs_rename_remote,
/kernel/linux/linux-6.6/fs/hpfs/
H A Dnamei.c622 .rename = hpfs_rename,
/kernel/linux/linux-6.6/fs/hostfs/
H A Dhostfs_kern.c887 .rename = hostfs_rename2,
/kernel/linux/linux-6.6/fs/9p/
H A Dvfs_inode_dotl.c993 .rename = v9fs_vfs_rename,
/kernel/linux/linux-6.6/scripts/
H A Dunifdef.c626 if (overwriting && rename(tempname, ofilename) == -1) { in done()
627 warn("couldn't rename temporary file"); in done()
/kernel/liteos_m/components/fs/fatfs/
H A Dfatfs.c979 .rename = FatfsRename,
/third_party/elfutils/src/
H A Delfcompress.c680 /* We might want to decompress (and rename), but not in process_file()
1281 if (rename (fnew, fname) != 0) in process_file()
1283 error (0, errno, "Couldn't rename %s to %s", fnew, fname); in process_file()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py511 os.rename(new_pbxproj_path, pbxproj_path)
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsusermap.c826 if (rename(fullname,backup)) in outputmap()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py511 os.rename(new_pbxproj_path, pbxproj_path)
/third_party/libfuse/lib/modules/
H A Diconv.c607 .rename = iconv_rename,
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h496 void SetRename(const Node* node, const Node* rename);
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs310 pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; in rename() functions
/third_party/python/Lib/
H A Dftplib.py599 def rename(self, fromname, toname): member in FTP
H A Dos.py120 _add("HAVE_RENAMEAT", "rename")
257 Super-rename; create directories as necessary and delete any left
258 empty. Works like rename, except creation of any intermediate
260 first. After the rename, directories corresponding to rightmost
272 rename(old, new)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h406 /// Files are renamed as if by POSIX rename(), except that on Windows there may
410 /// @param from The path to rename from.
411 /// @param to The path to rename to. This is created.
412 std::error_code rename(const Twine &from, const Twine &to);

Completed in 34 milliseconds

1...<<11121314151617181920>>...27