Searched refs:fuse_file (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/fuse/ |
D | file.c | 47 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc) in fuse_file_alloc() 49 struct fuse_file *ff; in fuse_file_alloc() 51 ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL); in fuse_file_alloc() 74 void fuse_file_free(struct fuse_file *ff) in fuse_file_free() 80 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get() 91 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() 122 struct fuse_file *ff; in fuse_do_open() 163 struct fuse_file *ff = file->private_data; in fuse_link_write_file() 176 struct fuse_file *ff = file->private_data; in fuse_finish_open() 238 static void fuse_prepare_release(struct fuse_file *ff, int flags, int opcode) in fuse_prepare_release() [all …]
|
D | fuse_i.h | 128 struct fuse_file { struct 373 struct fuse_file *ff; 761 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc); 762 void fuse_file_free(struct fuse_file *ff); 765 void fuse_sync_release(struct fuse_file *ff, int flags); 990 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
|
D | cuse.c | 144 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()
|
D | dir.c | 423 struct fuse_file *ff; in fuse_create_open() 932 struct fuse_file *ff = file->private_data; in fuse_do_getattr() 1625 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times() 1726 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
|
D | dev.c | 218 struct fuse_file *ff = file->private_data; in get_reserved_req() 240 struct fuse_file *ff = file->private_data; in put_reserved_req() 2131 struct fuse_file *ff; in end_polls() 2132 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()
|