Searched refs:fuse_do_open (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | cuse.c | 138 rc = fuse_do_open(&cc->fm, 0, file, 0); in cuse_open()
|
H A D | fuse_i.h | 1261 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file,
|
H A D | file.c | 170 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file, in fuse_do_open() function 180 EXPORT_SYMBOL_GPL(fuse_do_open); 252 err = fuse_do_open(fm, get_node_id(inode), file, isdir); in fuse_open_common()
|