Home | History | Annotate | Download | only in reiserfs

Lines Matching refs:KEY

379  * I have only two methods to find a key in the tree:
382 * next_key() gets the next key in tree order.
424 /* Get the next key, i.e. the key following the last retrieved key in
435 printf ("next_key:\n old ih: key %d:%d:%d:%d version:%d\n",
499 printf (" new ih: key %d:%d:%d:%d version:%d\n",
512 * nonzero iff we were able to find the key successfully.
514 * current_item fields describe the key that equals the
515 * searched key. INFO->next_key contains the next key after
516 * the searched key.
528 printf ("search_stat:\n key %d:%d:0:0\n", dir_id, objectid);
536 struct keykey;
539 key = KEY (cache);
543 if (__le32_to_cpu(key->k_dir_id) > dir_id
544 || (__le32_to_cpu(key->k_dir_id) == dir_id
545 && (__le32_to_cpu(key->k_objectid) > objectid
546 || (__le32_to_cpu(key->k_objectid) == objectid
547 && (__le32_to_cpu(key->u.v1.k_offset)
548 | __le32_to_cpu(key->u.v1.k_uniqueness)) > 0))))
550 key++;
833 printf ("ih: key %d:%d:%d:%d version:%d\n",