Home
last modified time | relevance | path

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

/Linux-v6.6/fs/hostfs/
Dhostfs_user_exp.c5 EXPORT_SYMBOL_GPL(access_file);
Dhostfs.h72 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.c794 err = access_file(name, r, w, x); in hostfs_permission()