Searched refs:rename_file (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/hostfs/ |
| D | hostfs.h | 92 extern int rename_file(char *from, char *to);
|
| D | hostfs_user.c | 349 int rename_file(char *from, char *to) in rename_file() function
|
| D | hostfs_kern.c | 753 err = rename_file(old_name, new_name); in hostfs_rename2()
|
| /Linux-v5.4/drivers/staging/exfat/ |
| D | exfat.h | 946 s32 rename_file(struct inode *inode, struct chain_t *p_dir, s32 old_entry,
|
| D | exfat_super.c | 1311 ret = rename_file(new_parent_inode, &olddir, dentry, &uni_name, in ffsMoveFile()
|
| D | exfat_core.c | 3384 s32 rename_file(struct inode *inode, struct chain_t *p_dir, s32 oldentry, in rename_file() function
|