Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dopen.c1174 struct file *kernel_file_open(const struct path *path, int flags, in kernel_file_open() function
1194 EXPORT_SYMBOL_GPL(kernel_file_open);
/linux-6.12.1/fs/cachefiles/
Dnamei.c566 file = kernel_file_open(&path, O_RDWR | O_LARGEFILE | O_DIRECT, cache->cache_cred); in cachefiles_open_file()
/linux-6.12.1/fs/overlayfs/
Dutil.c1379 filp = kernel_file_open(datapath, O_RDONLY, current_cred()); in ovl_ensure_verity_loaded()
/linux-6.12.1/include/linux/
Dfs.h1962 struct file *kernel_file_open(const struct path *path, int flags,