Home
last modified time | relevance | path

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

/linux/fs/efivarfs/
H A Dsuper.c505 file = kernel_file_open(&path, O_RDONLY | O_DIRECTORY | O_NOATIME, in efivarfs_pm_notify()
/linux/fs/
H A Dopen.c1189 struct file *kernel_file_open(const struct path *path, int flags, in kernel_file_open() function
1209 EXPORT_SYMBOL_GPL(kernel_file_open);
/linux/fs/overlayfs/
H A Dutil.c1387 filp = kernel_file_open(datapath, O_RDONLY, current_cred()); in ovl_ensure_verity_loaded()
/linux/include/linux/
H A Dfs.h2031 struct file *kernel_file_open(const struct path *path, int flags,