Home
last modified time | relevance | path

Searched defs:fuse_conn_dax (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/fs/fuse/
Ddax.c72 struct fuse_conn_dax { struct
74 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