Home
last modified time | relevance | path

Searched refs:hostfs_do_rmdir (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/hostfs/
H A Dhostfs_user_exp.c22 EXPORT_SYMBOL_GPL(hostfs_do_rmdir);
H A Dhostfs.h93 extern int hostfs_do_rmdir(const char *file);
H A Dhostfs_user.c309 int hostfs_do_rmdir(const char *file) in hostfs_do_rmdir() function
H A Dhostfs_kern.c716 err = hostfs_do_rmdir(file); in hostfs_rmdir()