Searched refs:fuse_file (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/fs/fuse/ |
| D | file.c | 58 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc() 60 struct fuse_file *ff; in fuse_file_alloc() 62 ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL_ACCOUNT); in fuse_file_alloc() 85 void fuse_file_free(struct fuse_file *ff) in fuse_file_free() 92 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get() 107 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() 128 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, in fuse_file_open() 132 struct fuse_file *ff; in fuse_file_open() 173 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open() 186 struct fuse_file *ff = file->private_data; in fuse_link_write_file() [all …]
|
| D | fuse_i.h | 182 struct fuse_file { struct 1012 struct fuse_file *ff; 1024 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm); 1025 void fuse_file_free(struct fuse_file *ff); 1028 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, 1270 int fuse_flush_times(struct inode *inode, struct fuse_file *ff); 1338 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, 1340 void fuse_file_release(struct inode *inode, struct fuse_file *ff,
|
| D | ioctl.c | 170 struct fuse_file *ff = file->private_data; in fuse_do_ioctl() 377 static int fuse_priv_ioctl(struct inode *inode, struct fuse_file *ff, in fuse_priv_ioctl() 422 static struct fuse_file *fuse_priv_ioctl_prepare(struct inode *inode) in fuse_priv_ioctl_prepare() 439 static void fuse_priv_ioctl_cleanup(struct inode *inode, struct fuse_file *ff) in fuse_priv_ioctl_cleanup() 447 struct fuse_file *ff; in fuse_fileattr_get() 485 struct fuse_file *ff; in fuse_fileattr_set()
|
| D | readdir.c | 117 struct fuse_file *ff = file->private_data; in fuse_emit() 365 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached() 390 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache() 446 struct fuse_file *ff = file->private_data; in fuse_readdir_cached() 586 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 | 621 struct fuse_file *ff; in fuse_create_open() 1189 struct fuse_file *ff = file->private_data; in fuse_do_statx() 1250 struct fuse_file *ff = file->private_data; in fuse_do_getattr() 1804 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times() 1921 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
|
| D | dev.c | 2099 struct fuse_file *ff; in end_polls() 2100 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()
|