Searched refs:fuse_file (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A 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 …]
|
H A D | fuse_i.h | 197 struct fuse_file { struct 1027 struct fuse_file *ff; 1039 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm); 1040 void fuse_file_free(struct fuse_file *ff); 1043 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, 1285 int fuse_flush_times(struct inode *inode, struct fuse_file *ff); 1353 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, 1355 void fuse_file_release(struct inode *inode, struct fuse_file *ff,
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | dir.c | 625 struct fuse_file *ff; in fuse_create_open() 1193 struct fuse_file *ff = file->private_data; in fuse_do_statx() 1254 struct fuse_file *ff = file->private_data; in fuse_do_getattr() 1809 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times() 1926 struct fuse_file *ff = file->private_data; in fuse_do_setattr()
|
H A D | dev.c | 2101 struct fuse_file *ff; in end_polls() 2102 ff = rb_entry(p, struct fuse_file, polled_node); in end_polls()
|