Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
Ddax.c71 struct fuse_conn_dax { struct
73 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