Searched refs:fuse_file (Results 1 – 9 of 9) sorted by relevance
| /fs/fuse/ |
| A D | iomode.c | 30 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()
|
| A D | file.c | 57 struct fuse_file *ff; in fuse_file_alloc() 88 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get() 131 struct fuse_file *ff; in fuse_file_open() 239 struct fuse_file *ff; in fuse_open() 1944 struct fuse_file *ff; in __fuse_write_file_get() 1966 struct fuse_file *ff; in fuse_write_inode() 2025 struct fuse_file *ff) in fuse_writepage_args_setup() 2051 struct fuse_file *ff; 2619 struct fuse_file *ff; in fuse_find_polled_node() 2644 struct fuse_file *ff) in fuse_register_polled_file() [all …]
|
| A D | passthrough.c | 31 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()
|
| A D | fuse_i.h | 236 struct fuse_file { struct 1143 struct fuse_file *ff; 1150 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release); 1151 void fuse_file_free(struct fuse_file *ff); 1154 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, 1420 int fuse_flush_times(struct inode *inode, struct fuse_file *ff); 1487 int fuse_file_cached_io_open(struct inode *inode, struct fuse_file *ff); 1493 void fuse_file_io_release(struct fuse_file *ff, struct inode *inode); 1496 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, 1498 void fuse_file_release(struct inode *inode, struct fuse_file *ff, [all …]
|
| A D | ioctl.c | 220 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() 548 struct fuse_file *ff; in fuse_fileattr_set()
|
| A D | readdir.c | 117 struct fuse_file *ff = file->private_data; in fuse_emit() 367 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached() 391 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache() 447 struct fuse_file *ff = file->private_data; in fuse_readdir_cached() 589 struct fuse_file *ff = file->private_data; in fuse_readdir()
|
| A D | cuse.c | 146 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()
|
| A D | dir.c | 630 struct fuse_file *ff; in fuse_create_open() 1243 struct fuse_file *ff = file->private_data; in fuse_do_statx() 1304 struct fuse_file *ff = file->private_data; in fuse_do_getattr() 1708 struct fuse_file *ff = file->private_data; in fuse_dir_open() 1904 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times() 2022 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
|
| A D | dev.c | 2380 struct fuse_file *ff; in end_polls() 2381 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()
|
Completed in 35 milliseconds