Home
last modified time | relevance | path

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

/linux-6.15/fs/efivarfs/
H A Dsuper.c546 file = kernel_file_open(&path, O_RDONLY | O_DIRECTORY | O_NOATIME, in efivarfs_pm_notify()
/linux-6.15/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-6.15/fs/cachefiles/
H A Dnamei.c569 file = kernel_file_open(&path, O_RDWR | O_LARGEFILE | O_DIRECT, cache->cache_cred); in cachefiles_open_file()
/linux-6.15/fs/overlayfs/
H A Dutil.c1387 filp = kernel_file_open(datapath, O_RDONLY, current_cred()); in ovl_ensure_verity_loaded()
/linux-6.15/include/linux/
H A Dfs.h2029 struct file *kernel_file_open(const struct path *path, int flags,