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