Home
last modified time | relevance | path

Searched refs:fuse_do_open (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/fuse/
H A Dcuse.c138 rc = fuse_do_open(&cc->fm, 0, file, 0); in cuse_open()
H A Dfuse_i.h1261 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file,
H A Dfile.c170 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()