Home
last modified time | relevance | path

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

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