Searched refs:fuse_file (Results 1 – 9 of 9) sorted by relevance
| /linux/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 | passthrough.c | 31 struct fuse_file *ff = file->private_data; in fuse_passthrough_read_iter() 59 struct fuse_file *ff = file->private_data; in fuse_passthrough_write_iter() 87 struct fuse_file *ff = in->private_data; in fuse_passthrough_splice_read() 106 struct fuse_file *ff = out->private_data; in fuse_passthrough_splice_write() 129 struct fuse_file *ff = file->private_data; in fuse_passthrough_mmap() 304 struct fuse_file *ff = file->private_data; in fuse_passthrough_open() 342 void fuse_passthrough_release(struct fuse_file *ff, struct fuse_backing *fb) in fuse_passthrough_release()
|
| A D | file.c | 56 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() 1974 struct fuse_file *ff; in __fuse_write_file_get() 1996 struct fuse_file *ff; in fuse_write_inode() 2100 struct fuse_file *ff; in fuse_writepage_locked() 2144 struct fuse_file *ff; 2864 struct fuse_file *ff; in fuse_find_polled_node() 2889 struct fuse_file *ff) in fuse_register_polled_file() [all …]
|
| A D | fuse_i.h | 219 struct fuse_file { struct 1070 struct fuse_file *ff; 1077 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release); 1078 void fuse_file_free(struct fuse_file *ff); 1081 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, 1338 int fuse_flush_times(struct inode *inode, struct fuse_file *ff); 1405 int fuse_file_cached_io_open(struct inode *inode, struct fuse_file *ff); 1411 void fuse_file_io_release(struct fuse_file *ff, struct inode *inode); 1414 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, 1416 void fuse_file_release(struct inode *inode, struct fuse_file *ff, [all …]
|
| A D | ioctl.c | 218 struct fuse_file *ff = file->private_data; in fuse_do_ioctl() 437 static int fuse_priv_ioctl(struct inode *inode, struct fuse_file *ff, in fuse_priv_ioctl() 482 static struct fuse_file *fuse_priv_ioctl_prepare(struct inode *inode) in fuse_priv_ioctl_prepare() 499 static void fuse_priv_ioctl_cleanup(struct inode *inode, struct fuse_file *ff) in fuse_priv_ioctl_cleanup() 507 struct fuse_file *ff; in fuse_fileattr_get() 545 struct fuse_file *ff; in fuse_fileattr_set()
|
| A D | readdir.c | 117 struct fuse_file *ff = file->private_data; in fuse_emit() 365 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached() 390 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache() 446 struct fuse_file *ff = file->private_data; in fuse_readdir_cached() 588 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() 1209 struct fuse_file *ff = file->private_data; in fuse_do_statx() 1270 struct fuse_file *ff = file->private_data; in fuse_do_getattr() 1674 struct fuse_file *ff = file->private_data; in fuse_dir_open() 1868 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times() 1985 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
|
| A D | dev.c | 2214 struct fuse_file *ff; in end_polls() 2215 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()
|
Completed in 31 milliseconds