Lines Matching refs:fuse_conn
192 struct fuse_conn;
241 /** RB node to be linked on fuse_conn->polled_files */
364 fuse_conn */
497 struct fuse_conn *fc;
561 struct fuse_conn {
846 void (*release)(struct fuse_conn *);
875 * This object allows sharing a fuse_conn between separate mounts to
881 struct fuse_conn *fc;
898 static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb)
908 static inline struct fuse_conn *get_fuse_conn(struct inode *inode)
928 static inline u64 fuse_get_attr_version(struct fuse_conn *fc)
1000 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
1059 int fuse_notify_poll_wakeup(struct fuse_conn *fc,
1121 void fuse_abort_conn(struct fuse_conn *fc);
1122 void fuse_wait_aborted(struct fuse_conn *fc);
1148 * Acquire reference to fuse_conn
1150 struct fuse_conn *fuse_conn_get(struct fuse_conn *fc);
1153 * Initialize fuse_conn
1155 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
1160 * Release reference to fuse_conn
1162 void fuse_conn_put(struct fuse_conn *fc);
1164 struct fuse_dev *fuse_dev_alloc_install(struct fuse_conn *fc);
1166 void fuse_dev_install(struct fuse_dev *fud, struct fuse_conn *fc);
1200 int fuse_ctl_add_conn(struct fuse_conn *fc);
1205 void fuse_ctl_remove_conn(struct fuse_conn *fc);
1217 bool fuse_allow_current_process(struct fuse_conn *fc);
1219 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
1238 struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid,
1244 int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid,
1257 int fuse_reverse_inval_entry(struct fuse_conn *fc, u64 parent_nodeid,
1290 void fuse_set_initialized(struct fuse_conn *fc);
1322 void fuse_free_conn(struct fuse_conn *fc);
1332 int fuse_dax_conn_alloc(struct fuse_conn *fc, enum fuse_dax_mode mode,
1334 void fuse_dax_conn_free(struct fuse_conn *fc);
1339 bool fuse_dax_check_alignment(struct fuse_conn *fc, unsigned int map_alignment);
1340 void fuse_dax_cancel_work(struct fuse_conn *fc);