Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dopen.c1141 struct file *kernel_file_open(const struct path *path, int flags, in kernel_file_open() function
1159 EXPORT_SYMBOL_GPL(kernel_file_open);
/openbmc/linux/fs/cachefiles/
H A Dnamei.c564 file = kernel_file_open(&path, O_RDWR | O_LARGEFILE | O_DIRECT, in cachefiles_open_file()
/openbmc/linux/fs/overlayfs/
H A Dutil.c1265 filp = kernel_file_open(datapath, O_RDONLY, inode, current_cred()); in ovl_ensure_verity_loaded()
/openbmc/linux/include/linux/
H A Dfs.h1818 struct file *kernel_file_open(const struct path *path, int flags,