Home
last modified time | relevance | path

Searched refs:rename_file (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/hostfs/
H A Dhostfs_user_exp.c26 EXPORT_SYMBOL_GPL(rename_file);
H A Dhostfs.h98 extern int rename_file(char *from, char *to);
H A Dhostfs_user.c351 int rename_file(char *from, char *to) in rename_file() function
H A Dhostfs_kern.c767 err = rename_file(old_name, new_name); in hostfs_rename2()
/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c1970 TEST_F_FORK(layout1, rename_file) in TEST_F_FORK() argument