Searched refs:fuse_file (Results 1 – 9 of 9) sorted by relevance
/fs/fuse/ |
D | backing.c | 81 struct fuse_file *ff; in fuse_open_backing() 131 struct fuse_file *ff = file->private_data; in fuse_open_finalize() 185 struct fuse_file *fuse_file; in fuse_open_file_backing() local 188 fuse_file = fuse_file_alloc(fm); in fuse_open_file_backing() 189 if (!fuse_file) in fuse_open_file_backing() 191 file->private_data = fuse_file; in fuse_open_file_backing() 196 fuse_file_free(fuse_file); in fuse_open_file_backing() 200 fuse_file->backing_file = backing_file; in fuse_open_file_backing() 287 struct fuse_file *ff = file->private_data; in fuse_create_open_finalize() 300 struct inode *inode, struct fuse_file *ff) in fuse_release_initialize() [all …]
|
D | file.c | 60 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc() 62 struct fuse_file *ff; in fuse_file_alloc() 64 ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL_ACCOUNT); in fuse_file_alloc() 87 void fuse_file_free(struct fuse_file *ff) in fuse_file_free() 94 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get() 109 static void fuse_file_put(struct inode *inode, struct fuse_file *ff, in fuse_file_put() 144 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, in fuse_file_open() 148 struct fuse_file *ff; in fuse_file_open() 189 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open() 202 struct fuse_file *ff = file->private_data; in fuse_link_write_file() [all …]
|
D | ioctl.c | 170 struct fuse_file *ff = file->private_data; in fuse_do_ioctl() 365 struct fuse_file *ff = file->private_data; in fuse_ioctl_common() 386 static int fuse_priv_ioctl(struct inode *inode, struct fuse_file *ff, in fuse_priv_ioctl() 431 static struct fuse_file *fuse_priv_ioctl_prepare(struct inode *inode) in fuse_priv_ioctl_prepare() 448 static void fuse_priv_ioctl_cleanup(struct inode *inode, struct fuse_file *ff) in fuse_priv_ioctl_cleanup() 456 struct fuse_file *ff; in fuse_fileattr_get() 494 struct fuse_file *ff; in fuse_fileattr_set()
|
D | passthrough.c | 80 struct fuse_file *ff = fuse_filp->private_data; in fuse_passthrough_read_iter() 121 struct fuse_file *ff = fuse_filp->private_data; in fuse_passthrough_write_iter() 172 struct fuse_file *ff = file->private_data; in fuse_passthrough_mmap() 258 int fuse_passthrough_setup(struct fuse_conn *fc, struct fuse_file *ff, in fuse_passthrough_setup()
|
D | fuse_i.h | 261 struct fuse_file { struct 1091 struct fuse_file *ff; 1102 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm); 1103 void fuse_file_free(struct fuse_file *ff); 1106 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, 1334 int fuse_flush_times(struct inode *inode, struct fuse_file *ff); 1400 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, 1402 void fuse_file_release(struct inode *inode, struct fuse_file *ff, 1408 int fuse_passthrough_setup(struct fuse_conn *fc, struct fuse_file *ff, 1527 struct inode *inode, struct fuse_file *ff); [all …]
|
D | readdir.c | 119 struct fuse_file *ff = file->private_data; in fuse_emit() 367 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached() 392 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache() 448 struct fuse_file *ff = file->private_data; in fuse_readdir_cached() 588 struct fuse_file *ff = file->private_data; in fuse_readdir()
|
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()
|
D | dir.c | 729 struct fuse_file *ff; in fuse_create_open() 1424 struct fuse_file *ff = file->private_data; in fuse_do_getattr() 1942 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times() 2069 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
|
D | dev.c | 2136 struct fuse_file *ff; in end_polls() 2137 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()
|