Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dopen.c1244 int stream_open(struct inode *inode, struct file *filp) in stream_open() function
1251 EXPORT_SYMBOL(stream_open);
/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_dev_frontend.c658 stream_open(inode, filp); in xenbus_file_open()
/linux-4.19.296/include/linux/
Dfs.h3033 extern int stream_open(struct inode * inode, struct file * filp);
/linux-4.19.296/fs/fuse/
Dfile.c182 stream_open(inode, file); in fuse_finish_open()