Searched refs:rename2_file (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_user_exp.c | 27 EXPORT_SYMBOL_GPL(rename2_file); variable
|
H A D | hostfs.h | 98 extern int rename2_file(char *from, char *to, unsigned int flags);
|
H A D | hostfs_user.c | 360 int rename2_file(char *from, char *to, unsigned int flags) in rename2_file() function
|
H A D | hostfs_kern.c | 767 err = rename2_file(old_name, new_name, flags); in hostfs_rename2()
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs.h | 97 extern int rename2_file(char *from, char *to, unsigned int flags);
|
H A D | hostfs_user.c | 359 int rename2_file(char *from, char *to, unsigned int flags) in rename2_file() function
|
H A D | hostfs_kern.c | 752 err = rename2_file(old_name, new_name, flags); in hostfs_rename2()
|
Completed in 5 milliseconds