Home
last modified time | relevance | path

Searched refs:fuse_file (Results 1 – 8 of 8) sorted by relevance

/linux/fs/fuse/
H A Diomode.c30 int fuse_file_cached_io_open(struct inode *inode, struct fuse_file *ff) in fuse_file_cached_io_open()
71 static void fuse_file_cached_io_release(struct fuse_file *ff, in fuse_file_cached_io_release()
117 struct fuse_file *ff, in fuse_file_uncached_io_open()
149 static void fuse_file_uncached_io_release(struct fuse_file *ff, in fuse_file_uncached_io_release()
170 struct fuse_file *ff = file->private_data; in fuse_file_passthrough_open()
198 struct fuse_file *ff = file->private_data; in fuse_file_io_open()
256 void fuse_file_io_release(struct fuse_file *ff, struct inode *inode) in fuse_file_io_release()
H A Dpassthrough.c31 struct fuse_file *ff = file->private_data; in fuse_passthrough_read_iter()
58 struct fuse_file *ff = file->private_data; in fuse_passthrough_write_iter()
85 struct fuse_file *ff = in->private_data; in fuse_passthrough_splice_read()
109 struct fuse_file *ff = out->private_data; in fuse_passthrough_splice_write()
134 struct fuse_file *ff = file->private_data; in fuse_passthrough_mmap()
154 struct fuse_file *ff = file->private_data; in fuse_passthrough_open()
188 void fuse_passthrough_release(struct fuse_file *ff, struct fuse_backing *fb) in fuse_passthrough_release()
H A Dfile.c55 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release) in fuse_file_alloc()
57 struct fuse_file *ff; in fuse_file_alloc()
59 ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL_ACCOUNT); in fuse_file_alloc()
82 void fuse_file_free(struct fuse_file *ff) in fuse_file_free()
88 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get()
103 static void fuse_file_put(struct fuse_file *ff, bool sync) in fuse_file_put()
129 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, in fuse_file_open()
133 struct fuse_file *ff; in fuse_file_open()
188 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open()
201 struct fuse_file *ff = file->private_data; in fuse_link_write_file()
[all …]
H A Dfuse_i.h254 struct fuse_file { struct
1176 struct fuse_file *ff;
1183 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release);
1184 void fuse_file_free(struct fuse_file *ff);
1187 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff,
1469 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
1536 int fuse_file_cached_io_open(struct inode *inode, struct fuse_file *ff);
1542 void fuse_file_io_release(struct fuse_file *ff, struct inode *inode);
1545 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid,
1547 void fuse_file_release(struct inode *inode, struct fuse_file *ff,
[all …]
H A Dioctl.c220 struct fuse_file *ff = file->private_data; in fuse_do_ioctl()
438 static int fuse_priv_ioctl(struct inode *inode, struct fuse_file *ff, in fuse_priv_ioctl()
483 static struct fuse_file *fuse_priv_ioctl_prepare(struct inode *inode) in fuse_priv_ioctl_prepare()
500 static void fuse_priv_ioctl_cleanup(struct inode *inode, struct fuse_file *ff) in fuse_priv_ioctl_cleanup()
508 struct fuse_file *ff; in fuse_fileattr_get()
546 struct fuse_file *ff; in fuse_fileattr_set()
H A Dcuse.c147 struct fuse_file *ff = file->private_data; in cuse_release()
159 struct fuse_file *ff = file->private_data; in cuse_file_ioctl()
172 struct fuse_file *ff = file->private_data; in cuse_file_compat_ioctl()
H A Ddir.c824 struct fuse_file *ff; in fuse_create_open()
1430 struct fuse_file *ff = file->private_data; in fuse_do_statx()
1491 struct fuse_file *ff = file->private_data; in fuse_do_getattr()
1893 struct fuse_file *ff = file->private_data; in fuse_dir_open()
2089 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times()
2207 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
H A Ddev.c2426 struct fuse_file *ff; in end_polls()
2427 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()