Lines Matching refs:to_key
2797 * @to_key: highest key in range
2802 union ubifs_key *from_key, union ubifs_key *to_key)
2806 if (keys_cmp(c, key, to_key) > 0)
2815 * @to_key: highest key to remove
2818 * @to_key. This function returns zero in case of success and a negative error
2822 union ubifs_key *to_key)
2846 if (!key_in_range(c, key, from_key, to_key)) {
2864 if (!key_in_range(c, key, from_key, to_key))
3527 union ubifs_key from_key, to_key, *key;
3538 highest_data_key(c, &to_key, inode->i_ino);
3560 if (!key_in_range(c, key, &from_key, &to_key))