Searched refs:fuse_file_open (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/fuse/ |
| H A D | ioctl.c | 497 return fuse_file_open(fm, get_node_id(inode), O_RDONLY, isdir); in fuse_priv_ioctl_prepare()
|
| H A D | fuse_i.h | 1545 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid,
|
| H A D | file.c | 129 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, in fuse_file_open() function 188 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open()
|