Searched refs:do_rename (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_a/syscall/ |
H A D | los_syscall.h | 220 extern int do_rename(int oldfd, const char *oldpath, int newfd, const char *newpath);
|
H A D | fs_syscall.c | 887 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 D | dir.c | 385 /* 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 D | dir.c | 383 /* 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