Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hostfs/
Dhostfs.h66 extern int access_file(char *path, int r, int w, int x);
Dhostfs_user.c56 int access_file(char *path, int r, int w, int x) in access_file() function
Dhostfs_kern.c770 err = access_file(name, r, w, x); in hostfs_permission()