Home
last modified time | relevance | path

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

/fs/hostfs/
Dhostfs.h71 extern int access_file(char *path, int r, int w, int x);
Dhostfs_user.c55 int access_file(char *path, int r, int w, int x) in access_file() function
Dhostfs_kern.c784 err = access_file(name, r, w, x); in hostfs_permission()