Lines Matching refs:ma_set_meta
887 * ma_set_meta() - Set the metadata information of a node.
893 static inline void ma_set_meta(struct maple_node *mn, enum maple_type mt,
2012 ma_set_meta(node, mt, 0, end);
2065 ma_set_meta(node, mt, offset, end);
3110 ma_set_meta(node, mt, 0, tmp - 1);
3118 ma_set_meta(left, mt, 0, split);
3126 ma_set_meta(newnode, mt, 0, tmp);
3135 ma_set_meta(new_left, mt, 0, split);
3542 ma_set_meta(node, maple_leaf_64, 0, slot);
4153 ma_set_meta(wr_mas->node, wr_mas->type, 0, new_end);