Searched refs:kernel_file_open (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/efivarfs/ |
| H A D | super.c | 546 file = kernel_file_open(&path, O_RDONLY | O_DIRECTORY | O_NOATIME, in efivarfs_pm_notify()
|
| /linux-6.15/fs/ |
| H A D | open.c | 1189 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 D | namei.c | 569 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 D | util.c | 1387 filp = kernel_file_open(datapath, O_RDONLY, current_cred()); in ovl_ensure_verity_loaded()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2029 struct file *kernel_file_open(const struct path *path, int flags,
|