Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fuse/
H A 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 …]
H A Dfuse_i.h195 struct fuse_file { struct
951 struct fuse_file *ff;
963 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
964 void fuse_file_free(struct fuse_file *ff);
967 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, int flags);
1204 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
1262 int fuse_passthrough_setup(struct fuse_conn *fc, struct fuse_file *ff,
H A Dpassthrough.c80 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()
257 int fuse_passthrough_setup(struct fuse_conn *fc, struct fuse_file *ff, in fuse_passthrough_setup()
H A Dreaddir.c117 struct fuse_file *ff = file->private_data; in fuse_emit()
357 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached()
382 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache()
438 struct fuse_file *ff = file->private_data; in fuse_readdir_cached()
578 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.c580 struct fuse_file *ff; in fuse_create_open()
1099 struct fuse_file *ff = file->private_data; in fuse_do_getattr()
1618 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times()
1734 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
H A Ddev.c2124 struct fuse_file *ff; in end_polls()
2125 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()