Home
last modified time | relevance | path

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

/fs/btrfs/
Dctree.c2321 struct btrfs_key left_last; in check_sibling_keys() local
2332 btrfs_node_key_to_cpu(left, &left_last, nr_left - 1); in check_sibling_keys()
2335 btrfs_item_key_to_cpu(left, &left_last, nr_left - 1); in check_sibling_keys()
2339 if (btrfs_comp_cpu_keys(&left_last, &right_first) >= 0) { in check_sibling_keys()
2342 left_last.objectid, left_last.type, in check_sibling_keys()
2343 left_last.offset, right_first.objectid, in check_sibling_keys()