Lines Matching refs:fuse_conn

179 struct fuse_conn;
228 /** RB node to be linked on fuse_conn->polled_files */
349 fuse_conn */
482 struct fuse_conn *fc;
526 struct fuse_conn {
779 void (*release)(struct fuse_conn *);
802 * This object allows sharing a fuse_conn between separate mounts to
808 struct fuse_conn *fc;
828 static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb)
840 static inline struct fuse_conn *get_fuse_conn(struct inode *inode)
862 static inline u64 fuse_get_attr_version(struct fuse_conn *fc)
904 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
962 int fuse_notify_poll_wakeup(struct fuse_conn *fc,
1020 void fuse_abort_conn(struct fuse_conn *fc);
1021 void fuse_wait_aborted(struct fuse_conn *fc);
1036 * Acquire reference to fuse_conn
1038 struct fuse_conn *fuse_conn_get(struct fuse_conn *fc);
1041 * Initialize fuse_conn
1043 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
1048 * Release reference to fuse_conn
1050 void fuse_conn_put(struct fuse_conn *fc);
1062 struct fuse_dev *fuse_dev_alloc_install(struct fuse_conn *fc);
1064 void fuse_dev_install(struct fuse_dev *fud, struct fuse_conn *fc);
1099 int fuse_ctl_add_conn(struct fuse_conn *fc);
1104 void fuse_ctl_remove_conn(struct fuse_conn *fc);
1116 int fuse_allow_current_process(struct fuse_conn *fc);
1118 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
1137 struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid,
1143 int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid,
1156 int fuse_reverse_inval_entry(struct fuse_conn *fc, u64 parent_nodeid,
1189 void fuse_set_initialized(struct fuse_conn *fc);
1221 void fuse_free_conn(struct fuse_conn *fc);
1231 int fuse_dax_conn_alloc(struct fuse_conn *fc, struct dax_device *dax_dev);
1232 void fuse_dax_conn_free(struct fuse_conn *fc);
1236 bool fuse_dax_check_alignment(struct fuse_conn *fc, unsigned int map_alignment);
1237 void fuse_dax_cancel_work(struct fuse_conn *fc);