Searched refs:access_file (Results 1 – 4 of 4) sorted by relevance
5 EXPORT_SYMBOL_GPL(access_file);
73 extern int access_file(char *path, int r, int w, int x);
57 int access_file(char *path, int r, int w, int x) in access_file() function
800 err = access_file(name, r, w, x); in hostfs_permission()