Lines Matching refs:to_key
2796 * @to_key: highest key in range
2801 union ubifs_key *from_key, union ubifs_key *to_key)
2805 if (keys_cmp(c, key, to_key) > 0)
2814 * @to_key: highest key to remove
2817 * @to_key. This function returns zero in case of success and a negative error
2821 union ubifs_key *to_key)
2845 if (!key_in_range(c, key, from_key, to_key)) {
2863 if (!key_in_range(c, key, from_key, to_key))
3535 union ubifs_key from_key, to_key, *key;
3546 highest_data_key(c, &to_key, inode->i_ino);
3568 if (!key_in_range(c, key, &from_key, &to_key))