Lines Matching full:key1
718 * level 1 | Key0 | Key1 | in resolve_collision()
1680 union ubifs_key key1; in validate_data_node() local
1703 key_read(c, buf + UBIFS_KEY_OFFSET, &key1); in validate_data_node()
1704 if (!keys_eq(c, &zbr->key, &key1)) { in validate_data_node()
1708 dbg_tnck(&key1, "found node's key "); in validate_data_node()
1875 union ubifs_key *key, *key1; in correct_parent_keys() local
1881 key1 = &znode->parent->zbranch[0].key; in correct_parent_keys()
1883 while (keys_cmp(c, key, key1) < 0) { in correct_parent_keys()
1884 key_copy(c, key, key1); in correct_parent_keys()
1889 key1 = &znode->parent->zbranch[0].key; in correct_parent_keys()
1961 union ubifs_key *key = &zbr->key, *key1; in tnc_insert() local
2004 key1 = &znode->zbranch[n - 1].key; in tnc_insert()
2005 if (key_inum(c, key1) == key_inum(c, key) && in tnc_insert()
2006 key_type(c, key1) == UBIFS_DATA_KEY) in tnc_insert()
2015 key1 = &znode->zbranch[0].key; in tnc_insert()
2016 if (key_inum(c, key1) == key_inum(c, key) && in tnc_insert()
2017 key_type(c, key1) == UBIFS_DATA_KEY) { in tnc_insert()
2018 key1 = &znode->zbranch[n].key; in tnc_insert()
2019 if (key_inum(c, key1) != key_inum(c, key) || in tnc_insert()
2020 key_type(c, key1) != UBIFS_DATA_KEY) { in tnc_insert()
2669 union ubifs_key key1, key2; in ubifs_tnc_remove_ino() local
2679 lowest_xent_key(c, &key1, inum); in ubifs_tnc_remove_ino()
2684 xent = ubifs_tnc_next_ent(c, &key1, &nm); in ubifs_tnc_remove_ino()
2698 err = ubifs_tnc_remove_nm(c, &key1, &nm); in ubifs_tnc_remove_ino()
2704 lowest_ino_key(c, &key1, xattr_inum); in ubifs_tnc_remove_ino()
2706 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()
2714 key_read(c, &xent->key, &key1); in ubifs_tnc_remove_ino()
2718 lowest_ino_key(c, &key1, inum); in ubifs_tnc_remove_ino()
2721 return ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()