Lines Matching refs:leaf
291 cursor->leaf = NULL; in hammer_done_cursor()
874 ocursor->leaf = NULL; in hammer_push_cursor()
927 if (cursor->leaf == &ondisk->elms[cursor->index].leaf) in hammer_cursor_replaced_node()
928 cursor->leaf = &nndisk->elms[cursor->index].leaf; in hammer_cursor_replaced_node()
962 if (cursor->leaf == &ondisk->elms[cursor->index].leaf) in hammer_cursor_removed_node()
963 cursor->leaf = NULL; in hammer_cursor_removed_node()
993 if (cursor->leaf == &ondisk->elms[cursor->index].leaf) in hammer_cursor_split_node()
994 cursor->leaf = &nndisk->elms[cursor->index - index].leaf; in hammer_cursor_split_node()
1034 if (cursor->leaf == &ondisk->elms[oindex].leaf) in hammer_cursor_moved_element()
1035 cursor->leaf = &nndisk->elms[nindex].leaf; in hammer_cursor_moved_element()
1069 if (cursor->leaf == &ondisk->elms[oindex].leaf) in hammer_cursor_moved_element()
1070 cursor->leaf = &nndisk->elms[nindex].leaf; in hammer_cursor_moved_element()
1124 if (cursor->leaf == &ondisk->elms[cursor->index].leaf) in hammer_cursor_deleted_element()
1125 cursor->leaf = NULL; in hammer_cursor_deleted_element()
1127 if (cursor->leaf == &ondisk->elms[cursor->index].leaf) in hammer_cursor_deleted_element()
1128 cursor->leaf = &ondisk->elms[cursor->index - 1].leaf; in hammer_cursor_deleted_element()
1150 if (cursor->leaf == &ondisk->elms[cursor->index].leaf) in hammer_cursor_inserted_element()
1151 cursor->leaf = &ondisk->elms[cursor->index + 1].leaf; in hammer_cursor_inserted_element()