Searched refs:fuse_file (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
D | file.c | 63 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() 267 static void fuse_prepare_release(struct fuse_inode *fi, struct fuse_file *ff, in fuse_prepare_release() [all …]
|
D | fuse_i.h | 184 struct fuse_file { struct 927 struct fuse_file *ff; 939 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm); 940 void fuse_file_free(struct fuse_file *ff); 943 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, int flags); 1180 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
|
D | readdir.c | 115 struct fuse_file *ff = file->private_data; in fuse_emit() 355 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached() 380 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache() 436 struct fuse_file *ff = file->private_data; in fuse_readdir_cached() 570 struct fuse_file *ff = file->private_data; in fuse_readdir()
|
D | cuse.c | 146 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()
|
D | dir.c | 539 struct fuse_file *ff; in fuse_create_open() 1057 struct fuse_file *ff = file->private_data; in fuse_do_getattr() 1576 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times() 1692 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
|
D | dev.c | 2108 struct fuse_file *ff; in end_polls() 2109 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()
|