Lines Matching defs:key
15 * Read all the leaves and try to get key order to
23 struct btrfs_key key;
63 memset(&key, 0, sizeof(key));
65 memcpy(&key, &root->defrag_progress, sizeof(key));
70 ret = btrfs_search_forward(root, &key, path, BTRFS_OLDEST_GENERATION);
84 wret = btrfs_search_slot(trans, root, &key, path, 0, 1);
109 * Now that we reallocated the node we can find the next key. Note that
115 * we search for the next key after reallocating our node.
118 next_key_ret = btrfs_find_next_key(root, path, &key, 1,
121 memcpy(&root->defrag_progress, &key, sizeof(key));