Searched defs:fuse_conn_dax (Results 1 – 1 of 1) sorted by relevance
72 struct fuse_conn_dax { struct74 struct dax_device *dev;77 spinlock_t lock;80 unsigned long nr_busy_ranges;81 struct list_head busy_ranges;106 alloc_dax_mapping_reclaim(struct fuse_conn_dax *fcd, struct inode *inode); argument