Home
last modified time | relevance | path

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

/Linux-v5.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()
261 static void fuse_prepare_release(struct fuse_inode *fi, struct fuse_file *ff, in fuse_prepare_release()
[all …]
Dfuse_i.h182 struct fuse_file { struct
905 struct fuse_file *ff;
917 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
918 void fuse_file_free(struct fuse_file *ff);
921 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, int flags);
1157 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
Dreaddir.c115 struct fuse_file *ff = file->private_data; in fuse_emit()
352 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached()
377 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache()
433 struct fuse_file *ff = file->private_data; in fuse_readdir_cached()
567 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.c521 struct fuse_file *ff; in fuse_create_open()
1016 struct fuse_file *ff = file->private_data; in fuse_do_getattr()
1532 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times()
1648 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
Ddev.c2078 struct fuse_file *ff; in end_polls()
2079 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()