Home
last modified time | relevance | path

Searched refs:access_file (Results 1 – 3 of 3) sorted by relevance

/linux/fs/hostfs/
H A Dhostfs_user_exp.c5 EXPORT_SYMBOL_GPL(access_file);
H A Dhostfs.h73 extern int access_file(char *path, int r, int w, int x);
H A Dhostfs_user.c57 int access_file(char *path, int r, int w, int x) in access_file() function