Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dbitmap.c19 struct xbitmap_node { struct
42 xbitmap_tree_insert(struct xbitmap_node *node, struct rb_root_cached *root); argument
45 xbitmap_tree_remove(struct xbitmap_node *node, struct rb_root_cached *root);
47 static inline struct xbitmap_node *
51 static inline struct xbitmap_node *
52 xbitmap_tree_iter_next(struct xbitmap_node *node, uint64_t start,
55 INTERVAL_TREE_DEFINE(struct xbitmap_node, bn_rbnode, uint64_t, in INTERVAL_TREE_DEFINE() argument
61 struct xbitmap_node, bn_rbnode); \ in INTERVAL_TREE_DEFINE()
64 struct xbitmap_node, bn_rbnode))
73 struct xbitmap_node *bn;
[all …]