Home
last modified time | relevance | path

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

/linux-6.15/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()
199 struct fuse_file *ff = file->private_data; in fuse_file_io_open()
257 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()
308 struct fuse_file *ff = file->private_data; in fuse_passthrough_open()
346 void fuse_passthrough_release(struct fuse_file *ff, struct fuse_backing *fb) in fuse_passthrough_release()
H A Dfile.c56 struct fuse_file *ff; in fuse_file_alloc()
87 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get()
130 struct fuse_file *ff; in fuse_file_open()
238 struct fuse_file *ff; in fuse_open()
2056 struct fuse_file *ff; in __fuse_write_file_get()
2078 struct fuse_file *ff; in fuse_write_inode()
2182 struct fuse_file *ff; in fuse_writepage_locked()
2226 struct fuse_file *ff;
2947 struct fuse_file *ff; in fuse_find_polled_node()
2972 struct fuse_file *ff) in fuse_register_polled_file()
[all …]
H A Dfuse_i.h239 struct fuse_file { struct
1150 struct fuse_file *ff;
1157 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release);
1158 void fuse_file_free(struct fuse_file *ff);
1161 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff,
1427 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
1494 int fuse_file_cached_io_open(struct inode *inode, struct fuse_file *ff);
1500 void fuse_file_io_release(struct fuse_file *ff, struct inode *inode);
1503 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid,
1505 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 Dreaddir.c117 struct fuse_file *ff = file->private_data; in fuse_emit()
367 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached()
393 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache()
449 struct fuse_file *ff = file->private_data; in fuse_readdir_cached()
591 struct fuse_file *ff = file->private_data; in fuse_readdir()
H A Dcuse.c146 struct fuse_file *ff = file->private_data; in cuse_release()
158 struct fuse_file *ff = file->private_data; in cuse_file_ioctl()
171 struct fuse_file *ff = file->private_data; in cuse_file_compat_ioctl()
H A Ddir.c631 struct fuse_file *ff; in fuse_create_open()
1236 struct fuse_file *ff = file->private_data; in fuse_do_statx()
1297 struct fuse_file *ff = file->private_data; in fuse_do_getattr()
1701 struct fuse_file *ff = file->private_data; in fuse_dir_open()
1897 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times()
2014 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
H A Ddev.c2354 struct fuse_file *ff; in end_polls()
2355 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()