Lines Matching defs:fuse_conn

214 struct fuse_conn;
257 /** RB node to be linked on fuse_conn->polled_files */
403 fuse_conn */
536 struct fuse_conn *fc;
600 struct fuse_conn {
891 void (*release)(struct fuse_conn *);
925 * This object allows sharing a fuse_conn between separate mounts to
931 struct fuse_conn *fc;
949 static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb)
959 static inline struct fuse_conn *get_fuse_conn(struct inode *inode)
979 static inline u64 fuse_get_attr_version(struct fuse_conn *fc)
1051 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
1105 int fuse_notify_poll_wakeup(struct fuse_conn *fc,
1167 void fuse_abort_conn(struct fuse_conn *fc);
1168 void fuse_wait_aborted(struct fuse_conn *fc);
1194 * Acquire reference to fuse_conn
1196 struct fuse_conn *fuse_conn_get(struct fuse_conn *fc);
1199 * Initialize fuse_conn
1201 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
1206 * Release reference to fuse_conn
1208 void fuse_conn_put(struct fuse_conn *fc);
1210 struct fuse_dev *fuse_dev_alloc_install(struct fuse_conn *fc);
1212 void fuse_dev_install(struct fuse_dev *fud, struct fuse_conn *fc);
1246 int fuse_ctl_add_conn(struct fuse_conn *fc);
1251 void fuse_ctl_remove_conn(struct fuse_conn *fc);
1263 bool fuse_allow_current_process(struct fuse_conn *fc);
1265 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
1284 struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid,
1290 int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid,
1303 int fuse_reverse_inval_entry(struct fuse_conn *fc, u64 parent_nodeid,
1336 void fuse_set_initialized(struct fuse_conn *fc);
1368 void fuse_free_conn(struct fuse_conn *fc);
1378 int fuse_dax_conn_alloc(struct fuse_conn *fc, enum fuse_dax_mode mode,
1380 void fuse_dax_conn_free(struct fuse_conn *fc);
1385 bool fuse_dax_check_alignment(struct fuse_conn *fc, unsigned int map_alignment);
1386 void fuse_dax_cancel_work(struct fuse_conn *fc);
1446 void fuse_backing_files_init(struct fuse_conn *fc);
1447 void fuse_backing_files_free(struct fuse_conn *fc);
1448 int fuse_backing_open(struct fuse_conn *fc, struct fuse_backing_map *map);
1449 int fuse_backing_close(struct fuse_conn *fc, int backing_id);