Home
last modified time | relevance | path

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

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