kernel_file_open
file = kernel_file_open(&path, O_RDWR | O_LARGEFILE | O_DIRECT, cache->cache_cred);
EXPORT_SYMBOL_GPL(kernel_file_open);
filp = kernel_file_open(datapath, O_RDONLY, current_cred());
struct file *kernel_file_open(const struct path *path, int flags,