access_file
extern int access_file(char *path, int r, int w, int x);
err = access_file(name, r, w, x);
EXPORT_SYMBOL_GPL(access_file);