Searched refs:fuse_do_open (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/fuse/ |
D | fuse_i.h | 966 int fuse_do_open(struct fuse_conn *fc, u64 nodeid, struct file *file,
|
D | cuse.c | 136 rc = fuse_do_open(&cc->fc, 0, file, 0); in cuse_open()
|
D | file.c | 119 int fuse_do_open(struct fuse_conn *fc, u64 nodeid, struct file *file, in fuse_do_open() function 156 EXPORT_SYMBOL_GPL(fuse_do_open); 225 err = fuse_do_open(fc, get_node_id(inode), file, isdir); in fuse_open_common()
|