Searched refs:fuse_file (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/fs/fuse/ |
D | file.c | 57 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc() 59 struct fuse_file *ff; in fuse_file_alloc() 61 ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL_ACCOUNT); in fuse_file_alloc() 84 void fuse_file_free(struct fuse_file *ff) in fuse_file_free() 91 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get() 106 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() 127 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, in fuse_file_open() 131 struct fuse_file *ff; in fuse_file_open() 172 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open() 185 struct fuse_file *ff = file->private_data; in fuse_link_write_file() [all …]
|
D | fuse_i.h | 177 struct fuse_file { struct 971 struct fuse_file *ff; 983 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm); 984 void fuse_file_free(struct fuse_file *ff); 987 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, 1213 int fuse_flush_times(struct inode *inode, struct fuse_file *ff); 1279 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, 1281 void fuse_file_release(struct inode *inode, struct fuse_file *ff,
|
D | ioctl.c | 150 struct fuse_file *ff = file->private_data; in fuse_do_ioctl() 359 static int fuse_priv_ioctl(struct inode *inode, struct fuse_file *ff, in fuse_priv_ioctl() 403 static struct fuse_file *fuse_priv_ioctl_prepare(struct inode *inode) in fuse_priv_ioctl_prepare() 414 static void fuse_priv_ioctl_cleanup(struct inode *inode, struct fuse_file *ff) in fuse_priv_ioctl_cleanup() 422 struct fuse_file *ff; in fuse_fileattr_get() 460 struct fuse_file *ff; in fuse_fileattr_set()
|
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 | 478 struct fuse_file *ff; in fuse_create_open() 996 struct fuse_file *ff = file->private_data; in fuse_do_getattr() 1517 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times() 1634 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
|
D | dev.c | 2084 struct fuse_file *ff; in end_polls() 2085 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()
|