Searched defs:fuse_conn_dax (Results 1 – 1 of 1) sorted by relevance
71 struct fuse_conn_dax { struct73 struct dax_device *dev;76 spinlock_t lock;79 unsigned long nr_busy_ranges;80 struct list_head busy_ranges;105 alloc_dax_mapping_reclaim(struct fuse_conn_dax *fcd, struct inode *inode); argument