Home
last modified time | relevance | path

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

/Linux-v5.4/fs/fuse/
Dfile.c62 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc) in fuse_file_alloc()
64 struct fuse_file *ff; in fuse_file_alloc()
66 ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL_ACCOUNT); in fuse_file_alloc()
89 void fuse_file_free(struct fuse_file *ff) in fuse_file_free()
96 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get()
111 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put()
135 struct fuse_file *ff; in fuse_do_open()
179 struct fuse_file *ff = file->private_data; in fuse_link_write_file()
192 struct fuse_file *ff = file->private_data; in fuse_finish_open()
246 static void fuse_prepare_release(struct fuse_inode *fi, struct fuse_file *ff, in fuse_prepare_release()
[all …]
Dfuse_i.h167 struct fuse_file { struct
836 struct fuse_file *ff;
848 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc);
849 void fuse_file_free(struct fuse_file *ff);
852 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, int flags);
1051 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.c145 struct fuse_file *ff = file->private_data; in cuse_release()
157 struct fuse_file *ff = file->private_data; in cuse_file_ioctl()
170 struct fuse_file *ff = file->private_data; in cuse_file_compat_ioctl()
Ddir.c437 struct fuse_file *ff; in fuse_create_open()
930 struct fuse_file *ff = file->private_data; in fuse_do_getattr()
1445 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times()
1549 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
Ddev.c2062 struct fuse_file *ff; in end_polls()
2063 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()