Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fuse/
Dfile.c46 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc) in fuse_file_alloc()
48 struct fuse_file *ff; in fuse_file_alloc()
50 ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL); in fuse_file_alloc()
73 void fuse_file_free(struct fuse_file *ff) in fuse_file_free()
79 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get()
90 static void fuse_file_put(struct fuse_file *ff, bool sync) in fuse_file_put()
121 struct fuse_file *ff; in fuse_do_open()
162 struct fuse_file *ff = file->private_data; in fuse_link_write_file()
175 struct fuse_file *ff = file->private_data; in fuse_finish_open()
225 static void fuse_prepare_release(struct fuse_file *ff, int flags, int opcode) in fuse_prepare_release()
[all …]
Dfuse_i.h126 struct fuse_file { struct
369 struct fuse_file *ff;
743 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc);
744 void fuse_file_free(struct fuse_file *ff);
747 void fuse_sync_release(struct fuse_file *ff, int flags);
970 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
Dcuse.c144 struct fuse_file *ff = file->private_data; in cuse_release()
156 struct fuse_file *ff = file->private_data; in cuse_file_ioctl()
169 struct fuse_file *ff = file->private_data; in cuse_file_compat_ioctl()
Ddir.c413 struct fuse_file *ff; in fuse_create_open()
905 struct fuse_file *ff = file->private_data; in fuse_do_getattr()
1591 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times()
1679 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
Ddev.c214 struct fuse_file *ff = file->private_data; in get_reserved_req()
236 struct fuse_file *ff = file->private_data; in put_reserved_req()
2070 struct fuse_file *ff; in end_polls()
2071 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()