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

/linux-master/lib/
H A Dmaple_tree.c863 * ma_set_meta() - Set the metadata information of a node.
869 static inline void ma_set_meta(struct maple_node *mn, enum maple_type mt, function
1978 ma_set_meta(node, mt, 0, end);
2031 ma_set_meta(node, mt, offset, end);
3076 ma_set_meta(node, mt, 0, tmp - 1);
3084 ma_set_meta(left, mt, 0, split);
3092 ma_set_meta(newnode, mt, 0, tmp);
3101 ma_set_meta(new_left, mt, 0, split);
3508 ma_set_meta(node, maple_leaf_64, 0, slot);
4112 ma_set_meta(wr_ma
[all...]

Completed in 101 milliseconds