Searched defs:fuse_conn_dax (Results 1 – 1 of 1) sorted by relevance
51457 struct fuse_conn_dax { struct51458 struct dax_device *dev;51459 spinlock_t lock;51460 long unsigned int nr_busy_ranges;51461 struct list_head busy_ranges;51462 struct delayed_work free_work;51463 wait_queue_head_t range_waitq;51464 long int nr_free_ranges;51465 struct list_head free_ranges;51466 long unsigned int nr_ranges;