Home
last modified time | relevance | path

Searched refs:do_rename (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_a/syscall/
H A Dlos_syscall.h220 extern int do_rename(int oldfd, const char *oldpath, int newfd, const char *newpath);
H A Dfs_syscall.c887 ret = do_rename(AT_FDCWD, (oldpath ? pathOldRet : NULL), AT_FDCWD, in SysRename()
2061 ret = do_rename(oldfd, (oldpath ? pathOldRet : NULL), newdfd, (newpath ? pathNewRet : NULL)); in SysRenameat()
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddir.c385 /* The dir size is updated by do_rename. */ in create_whiteout()
1287 static int do_rename(struct inode *old_dir, struct dentry *old_dentry, in do_rename() function
1636 return do_rename(old_dir, old_dentry, new_dir, new_dentry, flags); in ubifs_rename()
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddir.c383 /* The dir size is updated by do_rename. */ in create_whiteout()
1284 static int do_rename(struct inode *old_dir, struct dentry *old_dentry, in do_rename() function
1633 return do_rename(old_dir, old_dentry, new_dir, new_dentry, flags); in ubifs_rename()

Completed in 8 milliseconds