Home
last modified time | relevance | path

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

/Linux-v6.1/fs/fuse/
Dfile.c57 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 …]
Dfuse_i.h177 struct fuse_file { struct
996 struct fuse_file *ff;
1008 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
1009 void fuse_file_free(struct fuse_file *ff);
1012 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff,
1249 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);
1317 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid,
1319 void fuse_file_release(struct inode *inode, struct fuse_file *ff,
Dioctl.c161 struct fuse_file *ff = file->private_data; in fuse_do_ioctl()
370 static int fuse_priv_ioctl(struct inode *inode, struct fuse_file *ff, in fuse_priv_ioctl()
417 static struct fuse_file *fuse_priv_ioctl_prepare(struct inode *inode) in fuse_priv_ioctl_prepare()
428 static void fuse_priv_ioctl_cleanup(struct inode *inode, struct fuse_file *ff) in fuse_priv_ioctl_cleanup()
436 struct fuse_file *ff; in fuse_fileattr_get()
474 struct fuse_file *ff; in fuse_fileattr_set()
Dreaddir.c117 struct fuse_file *ff = file->private_data; in fuse_emit()
357 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached()
382 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache()
438 struct fuse_file *ff = file->private_data; in fuse_readdir_cached()
578 struct fuse_file *ff = file->private_data; in fuse_readdir()
Dcuse.c146 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()
Ddir.c543 struct fuse_file *ff; in fuse_create_open()
1106 struct fuse_file *ff = file->private_data; in fuse_do_getattr()
1630 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times()
1747 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
Ddev.c2096 struct fuse_file *ff; in end_polls()
2097 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()