Home
last modified time | relevance | path

Searched refs:fuse_dax_mapping (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/fuse/
H A Ddax.c35 struct fuse_dax_mapping { struct
66 /* Sorted rb tree of struct fuse_dax_mapping elements */
95 static inline struct fuse_dax_mapping *
101 return container_of(node, struct fuse_dax_mapping, itn); in node_to_dmap()
104 static struct fuse_dax_mapping *
128 static struct fuse_dax_mapping *alloc_dax_mapping(struct fuse_conn_dax *fcd) in alloc_dax_mapping()
130 struct fuse_dax_mapping *dmap; in alloc_dax_mapping()
134 struct fuse_dax_mapping, list); in alloc_dax_mapping()
148 struct fuse_dax_mapping *dmap) in __dmap_remove_busy_list()
156 struct fuse_dax_mapping *dma in dmap_remove_busy_list()
[all...]
/kernel/linux/linux-6.6/fs/fuse/
H A Ddax.c36 struct fuse_dax_mapping { struct
67 /* Sorted rb tree of struct fuse_dax_mapping elements */
96 static inline struct fuse_dax_mapping *
102 return container_of(node, struct fuse_dax_mapping, itn); in node_to_dmap()
105 static struct fuse_dax_mapping *
129 static struct fuse_dax_mapping *alloc_dax_mapping(struct fuse_conn_dax *fcd) in alloc_dax_mapping()
131 struct fuse_dax_mapping *dmap; in alloc_dax_mapping()
135 struct fuse_dax_mapping, list); in alloc_dax_mapping()
149 struct fuse_dax_mapping *dmap) in __dmap_remove_busy_list()
157 struct fuse_dax_mapping *dma in dmap_remove_busy_list()
[all...]

Completed in 5 milliseconds