Symbol: fuse_conn
fs/fuse/acl.c
12
static struct posix_acl *__fuse_get_acl(struct fuse_conn *fc,
fs/fuse/acl.c
54
static inline bool fuse_no_acl(const struct fuse_conn *fc,
fs/fuse/acl.c
69
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/acl.c
79
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/acl.c
97
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/backing.c
141
int fuse_backing_close(struct fuse_conn *fc, int backing_id)
fs/fuse/backing.c
170
struct fuse_backing *fuse_backing_lookup(struct fuse_conn *fc, int backing_id)
fs/fuse/backing.c
36
void fuse_backing_files_init(struct fuse_conn *fc)
fs/fuse/backing.c
41
static int fuse_backing_id_alloc(struct fuse_conn *fc, struct fuse_backing *fb)
fs/fuse/backing.c
56
static struct fuse_backing *fuse_backing_id_remove(struct fuse_conn *fc,
fs/fuse/backing.c
77
void fuse_backing_files_free(struct fuse_conn *fc)
fs/fuse/backing.c
83
int fuse_backing_open(struct fuse_conn *fc, struct fuse_backing_map *map)
fs/fuse/control.c
104
struct fuse_conn *fc;
fs/fuse/control.c
127
struct fuse_conn *fc = fuse_ctl_file_conn_get(file);
fs/fuse/control.c
141
struct fuse_conn *fc;
fs/fuse/control.c
159
struct fuse_conn *fc;
fs/fuse/control.c
199
struct fuse_conn *fc,
fs/fuse/control.c
23
static struct fuse_conn *fuse_ctl_file_conn_get(struct file *file)
fs/fuse/control.c
246
int fuse_ctl_add_conn(struct fuse_conn *fc)
fs/fuse/control.c
25
struct fuse_conn *fc;
fs/fuse/control.c
289
void fuse_ctl_remove_conn(struct fuse_conn *fc)
fs/fuse/control.c
303
struct fuse_conn *fc;
fs/fuse/control.c
37
struct fuse_conn *fc = fuse_ctl_file_conn_get(file);
fs/fuse/control.c
53
struct fuse_conn *fc = fuse_ctl_file_conn_get(file);
fs/fuse/cuse.c
310
struct fuse_conn *fc;
fs/fuse/cuse.c
327
struct fuse_conn *fc = ia->fc;
fs/fuse/cuse.c
485
static void cuse_fc_release(struct fuse_conn *fc)
fs/fuse/cuse.c
63
struct fuse_conn fc; /* fuse connection */
fs/fuse/cuse.c
75
static struct cuse_conn *fc_to_cc(struct fuse_conn *fc)
fs/fuse/dax.c
1186
void fuse_dax_conn_free(struct fuse_conn *fc)
fs/fuse/dax.c
1247
int fuse_dax_conn_alloc(struct fuse_conn *fc, enum fuse_dax_mode dax_mode,
fs/fuse/dax.c
1276
struct fuse_conn *fc = get_fuse_conn_super(sb);
fs/fuse/dax.c
1298
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dax.c
1329
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dax.c
1336
bool fuse_dax_check_alignment(struct fuse_conn *fc, unsigned int map_alignment)
fs/fuse/dax.c
1346
void fuse_dax_cancel_work(struct fuse_conn *fc)
fs/fuse/dax.c
376
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dax.c
436
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dax.c
566
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dax.c
761
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dev.c
409
void fuse_chan_set_fc(struct fuse_chan *fch, struct fuse_conn *fc)
fs/fuse/dev.h
11
struct fuse_conn;
fs/fuse/dev.h
35
void fuse_chan_set_fc(struct fuse_chan *fch, struct fuse_conn *fc);
fs/fuse/dev.h
75
struct fuse_conn *fuse_conn_get(struct fuse_conn *fc);
fs/fuse/dev.h
80
void fuse_conn_put(struct fuse_conn *fc);
fs/fuse/dev.h
82
dev_t fuse_conn_get_id(struct fuse_conn *fc);
fs/fuse/dev.h
84
void fuse_end_polls(struct fuse_conn *fc);
fs/fuse/dev.h
85
int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code,
fs/fuse/dev.h
88
int fuse_backing_open(struct fuse_conn *fc, struct fuse_backing_map *map);
fs/fuse/dev.h
89
int fuse_backing_close(struct fuse_conn *fc, int backing_id);
fs/fuse/dir.c
1095
struct fuse_conn *fc = get_fuse_conn(dir);
fs/fuse/dir.c
1174
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dir.c
1296
struct fuse_conn *fc = get_fuse_conn(olddir);
fs/fuse/dir.c
1365
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dir.c
1527
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dir.c
1583
int fuse_reverse_inval_entry(struct fuse_conn *fc, u64 parent_nodeid,
fs/fuse/dir.c
1651
static inline bool fuse_permissible_uidgid(struct fuse_conn *fc)
fs/fuse/dir.c
1676
bool fuse_allow_current_process(struct fuse_conn *fc)
fs/fuse/dir.c
1751
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dir.c
1849
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dir.c
1924
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dir.c
1947
struct fuse_conn *fc = get_fuse_conn(file->f_mapping->host);
fs/fuse/dir.c
1959
struct fuse_conn *fc = get_fuse_conn(file->f_mapping->host);
fs/fuse/dir.c
1986
static void iattr_to_fattr(struct mnt_idmap *idmap, struct fuse_conn *fc,
fs/fuse/dir.c
199
struct fuse_conn *fc = container_of(work, struct fuse_conn,
fs/fuse/dir.c
2075
static void fuse_setattr_fill(struct fuse_conn *fc, struct fuse_args *args,
fs/fuse/dir.c
2133
struct fuse_conn *fc = fm->fc;
fs/fuse/dir.c
2311
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dir.c
2375
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/dir.c
251
struct fuse_conn *fc = get_fuse_conn_super(dentry->d_sb);
fs/fuse/dir.c
388
struct fuse_conn *fc;
fs/fuse/dir.c
610
struct fuse_conn *fc;
fs/fuse/dir.c
749
struct fuse_conn *fc = get_fuse_conn(dir);
fs/fuse/dir.c
781
struct fuse_conn *fc = get_fuse_conn_super(dentry->d_sb);
fs/fuse/dir.c
936
struct fuse_conn *fc = get_fuse_conn(dir);
fs/fuse/file.c
1093
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
1116
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
1197
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
1270
struct fuse_conn *fc = get_fuse_conn(mapping->host);
fs/fuse/file.c
136
struct fuse_conn *fc = fm->fc;
fs/fuse/file.c
1360
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
1503
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
1674
struct fuse_conn *fc = ff->fm->fc;
fs/fuse/file.c
2016
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
2088
static void fuse_writepage_add_to_bucket(struct fuse_conn *fc,
fs/fuse/file.c
2117
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
2188
static bool fuse_folios_need_send(struct fuse_conn *fc, loff_t pos,
fs/fuse/file.c
219
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
2229
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
2307
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
239
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
2400
struct fuse_conn *fc = ff->fm->fc;
fs/fuse/file.c
2457
static int convert_fuse_file_lock(struct fuse_conn *fc,
fs/fuse/file.c
2495
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
254
struct fuse_conn *fc = fm->fc;
fs/fuse/file.c
2563
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
2586
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
2722
static inline loff_t fuse_round_up(struct fuse_conn *fc, loff_t off)
fs/fuse/file.c
2944
struct fuse_conn *fc = fm->fc;
fs/fuse/file.c
311
struct fuse_conn *fc = ff->fm->fc;
fs/fuse/file.c
3118
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
399
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
427
u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id)
fs/fuse/file.c
544
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
692
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
816
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
831
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/file.c
901
struct fuse_conn *fc;
fs/fuse/file.c
907
static bool fuse_folios_need_send(struct fuse_conn *fc, loff_t pos,
fs/fuse/file.c
920
struct fuse_conn *fc = data->fc;
fs/fuse/fuse_dev_i.h
200
struct fuse_conn *conn;
fs/fuse/fuse_i.h
1060
void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
fs/fuse/fuse_i.h
1097
int fuse_ctl_add_conn(struct fuse_conn *fc);
fs/fuse/fuse_i.h
1103
void fuse_ctl_remove_conn(struct fuse_conn *fc);
fs/fuse/fuse_i.h
1115
bool fuse_allow_current_process(struct fuse_conn *fc);
fs/fuse/fuse_i.h
1117
u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
fs/fuse/fuse_i.h
1136
struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid,
fs/fuse/fuse_i.h
1142
int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid,
fs/fuse/fuse_i.h
1155
int fuse_reverse_inval_entry(struct fuse_conn *fc, u64 parent_nodeid,
fs/fuse/fuse_i.h
1162
void fuse_try_prune_one_inode(struct fuse_conn *fc, u64 nodeid);
fs/fuse/fuse_i.h
1214
void fuse_free_conn(struct fuse_conn *fc);
fs/fuse/fuse_i.h
1224
int fuse_dax_conn_alloc(struct fuse_conn *fc, enum fuse_dax_mode mode,
fs/fuse/fuse_i.h
1226
void fuse_dax_conn_free(struct fuse_conn *fc);
fs/fuse/fuse_i.h
1231
bool fuse_dax_check_alignment(struct fuse_conn *fc, unsigned int map_alignment);
fs/fuse/fuse_i.h
1232
void fuse_dax_cancel_work(struct fuse_conn *fc);
fs/fuse/fuse_i.h
1261
struct fuse_backing *fuse_backing_lookup(struct fuse_conn *fc, int backing_id);
fs/fuse/fuse_i.h
1272
static inline struct fuse_backing *fuse_backing_lookup(struct fuse_conn *fc,
fs/fuse/fuse_i.h
1279
void fuse_backing_files_init(struct fuse_conn *fc);
fs/fuse/fuse_i.h
1280
void fuse_backing_files_free(struct fuse_conn *fc);
fs/fuse/fuse_i.h
262
struct fuse_conn;
fs/fuse/fuse_i.h
739
void (*release)(struct fuse_conn *);
fs/fuse/fuse_i.h
776
struct fuse_conn *fc;
fs/fuse/fuse_i.h
807
static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb)
fs/fuse/fuse_i.h
817
static inline struct fuse_conn *get_fuse_conn(struct inode *inode)
fs/fuse/fuse_i.h
837
static inline u64 fuse_get_attr_version(struct fuse_conn *fc)
fs/fuse/fuse_i.h
842
static inline u64 fuse_get_evict_ctr(struct fuse_conn *fc)
fs/fuse/fuse_i.h
963
int fuse_notify_poll_wakeup(struct fuse_conn *fc,
fs/fuse/inode.c
1000
void fuse_conn_put(struct fuse_conn *fc)
fs/fuse/inode.c
1023
struct fuse_conn *fuse_conn_get(struct fuse_conn *fc)
fs/fuse/inode.c
1030
dev_t fuse_conn_get_id(struct fuse_conn *fc)
fs/fuse/inode.c
1054
struct fuse_conn *fc = get_fuse_conn_super(sb);
fs/fuse/inode.c
1161
struct fuse_conn *fc = get_fuse_conn(child_inode);
fs/fuse/inode.c
1235
static void process_init_limits(struct fuse_conn *fc, struct fuse_init_out *arg)
fs/fuse/inode.c
1273
struct fuse_conn *fc = fm->fc;
fs/fuse/inode.c
133
static void fuse_cleanup_submount_lookup(struct fuse_conn *fc,
fs/fuse/inode.c
1528
void fuse_free_conn(struct fuse_conn *fc)
fs/fuse/inode.c
1534
static int fuse_bdi_init(struct fuse_conn *fc, struct super_block *sb)
fs/fuse/inode.c
157
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/inode.c
1676
struct fuse_conn *fc = get_fuse_conn(&mp_fi->inode);
fs/fuse/inode.c
1724
struct fuse_conn *fc = fm->fc;
fs/fuse/inode.c
1852
struct fuse_conn *fc;
fs/fuse/inode.c
1943
struct fuse_conn *fc = fm->fc;
fs/fuse/inode.c
1958
struct fuse_conn *fc = fm->fc;
fs/fuse/inode.c
215
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/inode.c
306
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/inode.c
318
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/inode.c
407
struct fuse_conn *fc)
fs/fuse/inode.c
458
struct fuse_conn *fc = get_fuse_conn_super(sb);
fs/fuse/inode.c
523
struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid,
fs/fuse/inode.c
545
int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid,
fs/fuse/inode.c
577
void fuse_try_prune_one_inode(struct fuse_conn *fc, u64 nodeid)
fs/fuse/inode.c
608
struct fuse_conn *fc = get_fuse_conn_super(sb);
fs/fuse/inode.c
683
static void fuse_sync_fs_writes(struct fuse_conn *fc)
fs/fuse/inode.c
724
struct fuse_conn *fc = fm->fc;
fs/fuse/inode.c
928
struct fuse_conn *fc = get_fuse_conn_super(sb);
fs/fuse/inode.c
956
void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
fs/fuse/inode.c
991
struct fuse_conn *fc = container_of(p, struct fuse_conn, rcu);
fs/fuse/ioctl.c
417
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/ioctl.c
75
static int fuse_verify_ioctl_iov(struct fuse_conn *fc, struct iovec *iov,
fs/fuse/ioctl.c
89
static int fuse_copy_ioctl_iovec(struct fuse_conn *fc, struct iovec *dst,
fs/fuse/iomode.c
171
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/notify.c
128
static int fuse_notify_store(struct fuse_conn *fc, unsigned int size,
fs/fuse/notify.c
24
static int fuse_notify_inval_inode(struct fuse_conn *fc, unsigned int size,
fs/fuse/notify.c
240
struct fuse_conn *fc = fm->fc;
fs/fuse/notify.c
317
static int fuse_notify_retrieve(struct fuse_conn *fc, unsigned int size,
fs/fuse/notify.c
354
static int fuse_notify_resend(struct fuse_conn *fc)
fs/fuse/notify.c
365
static int fuse_notify_inc_epoch(struct fuse_conn *fc)
fs/fuse/notify.c
374
static int fuse_notify_prune(struct fuse_conn *fc, unsigned int size,
fs/fuse/notify.c
410
int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code,
fs/fuse/notify.c
45
static int fuse_notify_inval_entry(struct fuse_conn *fc, unsigned int size,
fs/fuse/notify.c
7
static int fuse_notify_poll(struct fuse_conn *fc, unsigned int size,
fs/fuse/notify.c
87
static int fuse_notify_delete(struct fuse_conn *fc, unsigned int size,
fs/fuse/passthrough.c
155
struct fuse_conn *fc = ff->fm->fc;
fs/fuse/poll.c
122
int fuse_notify_poll_wakeup(struct fuse_conn *fc,
fs/fuse/poll.c
28
static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh,
fs/fuse/poll.c
59
static void fuse_register_polled_file(struct fuse_conn *fc,
fs/fuse/poll.c
6
void fuse_end_polls(struct fuse_conn *fc)
fs/fuse/readdir.c
164
struct fuse_conn *fc;
fs/fuse/readdir.c
17
struct fuse_conn *fc = get_fuse_conn(dir);
fs/fuse/readdir.c
379
struct fuse_conn *fc = fm->fc;
fs/fuse/readdir.c
500
struct fuse_conn *fc = get_fuse_conn(inode);
fs/fuse/req.c
63
struct fuse_conn *fc = fm->fc;
fs/fuse/req.c
74
struct fuse_conn *fc = fm->fc;
fs/fuse/req.c
8
struct fuse_conn *fc = fm->fc;
fs/fuse/req.c
89
struct fuse_conn *fc = fm->fc;
fs/fuse/virtio_fs.c
1567
struct fuse_conn *fc = fm->fc;
fs/fuse/virtio_fs.c
1630
struct fuse_conn *fc = fm->fc;
fs/fuse/virtio_fs.c
1686
struct fuse_conn *fc = NULL;
fs/fuse/virtio_fs.c
1713
fc = kzalloc_obj(struct fuse_conn);