Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Ddax.c72 struct fuse_conn_dax { struct
106 alloc_dax_mapping_reclaim(struct fuse_conn_dax *fcd, struct inode *inode); argument
109 __kick_dmap_free_worker(struct fuse_conn_dax *fcd, unsigned long delay_ms) in __kick_dmap_free_worker()
121 static void kick_dmap_free_worker(struct fuse_conn_dax *fcd, in kick_dmap_free_worker()
129 static struct fuse_dax_mapping *alloc_dax_mapping(struct fuse_conn_dax *fcd) in alloc_dax_mapping()
148 static void __dmap_remove_busy_list(struct fuse_conn_dax *fcd, in __dmap_remove_busy_list()
156 static void dmap_remove_busy_list(struct fuse_conn_dax *fcd, in dmap_remove_busy_list()
165 static void __dmap_add_to_free_pool(struct fuse_conn_dax *fcd, in __dmap_add_to_free_pool()
173 static void dmap_add_to_free_pool(struct fuse_conn_dax *fcd, in dmap_add_to_free_pool()
187 struct fuse_conn_dax *fcd = fm->fc->dax; in fuse_setup_one_mapping()
[all …]
H A Dfuse_i.h862 struct fuse_conn_dax *dax;