access_file 61 fs/hostfs/hostfs.h extern int access_file(char *path, int r, int w, int x); access_file 841 fs/hostfs/hostfs_kern.c err = access_file(name, r, w, x);