Home
last modified time | relevance | path

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

/linux/lib/
H A Dmaple_tree.c1919 enum maple_type s_mt, struct maple_node *dst, unsigned char d_start, in node_copy() argument
1929 s_slots = ma_slots(src, s_mt) + start; in node_copy()
1930 s_pivots = ma_pivots(src, s_mt) + start; in node_copy()
1932 if (!ma_is_leaf(d_mt) && s_mt == maple_copy) { in node_copy()
1944 s_gaps = ma_gaps(src, s_mt) + start; in node_copy()
1949 if (start + size - 1 < mt_pivots[s_mt]) in node_copy()
2451 enum maple_type s_mt, d_mt; in cp_data_write() local
2462 s_mt = cp->src[s].mt; in cp_data_write()
2479 d_max = node_copy(mas, src, s_offset, size, s_max, s_mt, in cp_data_write()
2497 s_mt = cp->src[s].mt; in cp_data_write()
[all …]