Lines Matching refs:key1
1698 union ubifs_key key1; in validate_data_node() local
1721 key_read(c, buf + UBIFS_KEY_OFFSET, &key1); in validate_data_node()
1722 if (!keys_eq(c, &zbr->key, &key1)) { in validate_data_node()
1726 dbg_tnck(&key1, "found node's key "); in validate_data_node()
1893 union ubifs_key *key, *key1; in correct_parent_keys() local
1899 key1 = &znode->parent->zbranch[0].key; in correct_parent_keys()
1901 while (keys_cmp(c, key, key1) < 0) { in correct_parent_keys()
1902 key_copy(c, key, key1); in correct_parent_keys()
1907 key1 = &znode->parent->zbranch[0].key; in correct_parent_keys()
1979 union ubifs_key *key = &zbr->key, *key1; in tnc_insert() local
2022 key1 = &znode->zbranch[n - 1].key; in tnc_insert()
2023 if (key_inum(c, key1) == key_inum(c, key) && in tnc_insert()
2024 key_type(c, key1) == UBIFS_DATA_KEY) in tnc_insert()
2033 key1 = &znode->zbranch[0].key; in tnc_insert()
2034 if (key_inum(c, key1) == key_inum(c, key) && in tnc_insert()
2035 key_type(c, key1) == UBIFS_DATA_KEY) { in tnc_insert()
2036 key1 = &znode->zbranch[n].key; in tnc_insert()
2037 if (key_inum(c, key1) != key_inum(c, key) || in tnc_insert()
2038 key_type(c, key1) != UBIFS_DATA_KEY) { in tnc_insert()
2687 union ubifs_key key1, key2; in ubifs_tnc_remove_ino() local
2697 lowest_xent_key(c, &key1, inum); in ubifs_tnc_remove_ino()
2702 xent = ubifs_tnc_next_ent(c, &key1, &nm); in ubifs_tnc_remove_ino()
2716 err = ubifs_tnc_remove_nm(c, &key1, &nm); in ubifs_tnc_remove_ino()
2722 lowest_ino_key(c, &key1, xattr_inum); in ubifs_tnc_remove_ino()
2724 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()
2732 key_read(c, &xent->key, &key1); in ubifs_tnc_remove_ino()
2736 lowest_ino_key(c, &key1, inum); in ubifs_tnc_remove_ino()
2739 return ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()