Lines Matching defs:mn
321 static inline void mte_set_node_dead(struct maple_enode *mn) in mte_set_node_dead()
730 static inline void mte_set_pivot(struct maple_enode *mn, unsigned char piv, in mte_set_pivot()
758 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) in ma_slots()
851 static inline struct maple_metadata *ma_meta(struct maple_node *mn, in ma_meta()
869 static inline void ma_set_meta(struct maple_node *mn, enum maple_type mt, in ma_set_meta()
886 static inline void mt_clear_meta(struct maple_tree *mt, struct maple_node *mn, in mt_clear_meta()
922 static inline unsigned char ma_meta_end(struct maple_node *mn, in ma_meta_end()
934 static inline unsigned char ma_meta_gap(struct maple_node *mn) in ma_meta_gap()
945 static inline void ma_set_meta_gap(struct maple_node *mn, enum maple_type mt, in ma_set_meta_gap()
1030 static inline void mte_set_gap(const struct maple_enode *mn, in mte_set_gap()
1473 struct maple_node *mn; in mas_leaf_max_gap() local
6974 struct maple_enode *p, *mn = mas->node; in mas_dfs_postorder() local