Searched refs:to_key (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ubifs/ |
H A D | tnc.c | 2797 * @to_key: highest key in range 2802 union ubifs_key *from_key, union ubifs_key *to_key) in key_in_range() argument 2806 if (keys_cmp(c, key, to_key) > 0) in key_in_range() 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) in ubifs_tnc_remove_range() argument 2846 if (!key_in_range(c, key, from_key, to_key)) { in ubifs_tnc_remove_range() 2864 if (!key_in_range(c, key, from_key, to_key)) in ubifs_tnc_remove_range() 3527 union ubifs_key from_key, to_key, *key; in dbg_check_inode_size() local 3538 highest_data_key(c, &to_key, inod in dbg_check_inode_size() [all...] |
H A D | journal.c | 1693 union ubifs_key key, to_key; in ubifs_jnl_truncate() local 1820 data_key_init(c, &to_key, inum, blk); in ubifs_jnl_truncate() 1822 err = ubifs_tnc_remove_range(c, &key, &to_key); in ubifs_jnl_truncate()
|
H A D | ubifs.h | 1862 union ubifs_key *to_key);
|