Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
Dfile.c63 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc()
65 struct fuse_file *ff; in fuse_file_alloc()
67 ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL_ACCOUNT); in fuse_file_alloc()
90 void fuse_file_free(struct fuse_file *ff) in fuse_file_free()
97 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get()
112 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put()
137 struct fuse_file *ff; in fuse_do_open()
181 struct fuse_file *ff = file->private_data; in fuse_link_write_file()
194 struct fuse_file *ff = file->private_data; in fuse_finish_open()
267 static void fuse_prepare_release(struct fuse_inode *fi, struct fuse_file *ff, in fuse_prepare_release()
[all …]
Dfuse_i.h184 struct fuse_file { struct
927 struct fuse_file *ff;
939 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
940 void fuse_file_free(struct fuse_file *ff);
943 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, int flags);
1180 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
Dreaddir.c115 struct fuse_file *ff = file->private_data; in fuse_emit()
355 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached()
380 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache()
436 struct fuse_file *ff = file->private_data; in fuse_readdir_cached()
570 struct fuse_file *ff = file->private_data; in fuse_readdir()
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()
Ddir.c539 struct fuse_file *ff; in fuse_create_open()
1057 struct fuse_file *ff = file->private_data; in fuse_do_getattr()
1576 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times()
1692 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
Ddev.c2108 struct fuse_file *ff; in end_polls()
2109 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()