Lines Matching refs:fuse_conn
179 struct fuse_conn;
497 struct fuse_conn *fc;
541 struct fuse_conn { struct
794 void (*release)(struct fuse_conn *); argument
829 struct fuse_conn *fc;
849 static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb) in get_fuse_conn_super()
861 static inline struct fuse_conn *get_fuse_conn(struct inode *inode) in get_fuse_conn()
883 static inline u64 fuse_get_attr_version(struct fuse_conn *fc) in fuse_get_attr_version()
925 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
983 int fuse_notify_poll_wakeup(struct fuse_conn *fc,
1041 void fuse_abort_conn(struct fuse_conn *fc);
1042 void fuse_wait_aborted(struct fuse_conn *fc);
1059 struct fuse_conn *fuse_conn_get(struct fuse_conn *fc);
1064 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
1071 void fuse_conn_put(struct fuse_conn *fc);
1083 struct fuse_dev *fuse_dev_alloc_install(struct fuse_conn *fc);
1085 void fuse_dev_install(struct fuse_dev *fud, struct fuse_conn *fc);
1120 int fuse_ctl_add_conn(struct fuse_conn *fc);
1125 void fuse_ctl_remove_conn(struct fuse_conn *fc);
1137 int fuse_allow_current_process(struct fuse_conn *fc);
1139 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
1158 struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid,
1164 int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid,
1177 int fuse_reverse_inval_entry(struct fuse_conn *fc, u64 parent_nodeid,
1210 void fuse_set_initialized(struct fuse_conn *fc);
1242 void fuse_free_conn(struct fuse_conn *fc);
1252 int fuse_dax_conn_alloc(struct fuse_conn *fc, struct dax_device *dax_dev);
1253 void fuse_dax_conn_free(struct fuse_conn *fc);
1257 bool fuse_dax_check_alignment(struct fuse_conn *fc, unsigned int map_alignment);
1258 void fuse_dax_cancel_work(struct fuse_conn *fc);
1262 int fuse_passthrough_setup(struct fuse_conn *fc, struct fuse_file *ff,