Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fuse/
Dfuse_i.h128 struct fuse_file { struct
370 struct fuse_file *ff;
722 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc);
723 struct fuse_file *fuse_file_get(struct fuse_file *ff);
724 void fuse_file_free(struct fuse_file *ff);
727 void fuse_sync_release(struct fuse_file *ff, int flags);
948 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
Dfile.c45 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc) in fuse_file_alloc()
47 struct fuse_file *ff; in fuse_file_alloc()
49 ff = kmalloc(sizeof(struct fuse_file), GFP_KERNEL); in fuse_file_alloc()
72 void fuse_file_free(struct fuse_file *ff) in fuse_file_free()
78 struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get()
89 static void fuse_file_put(struct fuse_file *ff, bool sync) in fuse_file_put()
119 struct fuse_file *ff; in fuse_do_open()
160 struct fuse_file *ff = file->private_data; in fuse_link_write_file()
173 struct fuse_file *ff = file->private_data; in fuse_finish_open()
223 static void fuse_prepare_release(struct fuse_file *ff, int flags, int opcode) in fuse_prepare_release()
[all …]
Dcuse.c143 struct fuse_file *ff = file->private_data; in cuse_release()
155 struct fuse_file *ff = file->private_data; in cuse_file_ioctl()
168 struct fuse_file *ff = file->private_data; in cuse_file_compat_ioctl()
Ddir.c395 struct fuse_file *ff; in fuse_create_open()
880 struct fuse_file *ff = file->private_data; in fuse_do_getattr()
1554 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times()
1630 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
Ddev.c218 struct fuse_file *ff = file->private_data; in get_reserved_req()
240 struct fuse_file *ff = file->private_data; in put_reserved_req()
2100 struct fuse_file *ff; in end_polls()
2101 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()