Home
last modified time | relevance | path

Searched refs:to_key (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dtnc.c2796 * @to_key: highest key in range
2801 union ubifs_key *from_key, union ubifs_key *to_key) in key_in_range()
2805 if (keys_cmp(c, key, to_key) > 0) in key_in_range()
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) in ubifs_tnc_remove_range()
2845 if (!key_in_range(c, key, from_key, to_key)) { in ubifs_tnc_remove_range()
2863 if (!key_in_range(c, key, from_key, to_key)) in ubifs_tnc_remove_range()
3535 union ubifs_key from_key, to_key, *key; in dbg_check_inode_size() local
3546 highest_data_key(c, &to_key, inod in dbg_check_inode_size()
2800 key_in_range(struct ubifs_info *c, union ubifs_key *key, union ubifs_key *from_key, union ubifs_key *to_key) key_in_range() argument
2820 ubifs_tnc_remove_range(struct ubifs_info *c, union ubifs_key *from_key, union ubifs_key *to_key) ubifs_tnc_remove_range() argument
[all...]
H A Djournal.c1548 union ubifs_key key, to_key; in ubifs_jnl_truncate() local
1670 data_key_init(c, &to_key, inum, blk); in ubifs_jnl_truncate()
1672 err = ubifs_tnc_remove_range(c, &key, &to_key); in ubifs_jnl_truncate()
H A Dubifs.h1847 union ubifs_key *to_key);
/kernel/linux/linux-6.6/fs/ubifs/
H A Dtnc.c2797 * @to_key: highest key in range
2802 union ubifs_key *from_key, union ubifs_key *to_key) in key_in_range()
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()
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()
3536 union ubifs_key from_key, to_key, *key; in dbg_check_inode_size() local
3547 highest_data_key(c, &to_key, inod in dbg_check_inode_size()
2801 key_in_range(struct ubifs_info *c, union ubifs_key *key, union ubifs_key *from_key, union ubifs_key *to_key) key_in_range() argument
2821 ubifs_tnc_remove_range(struct ubifs_info *c, union ubifs_key *from_key, union ubifs_key *to_key) ubifs_tnc_remove_range() argument
[all...]
H A Djournal.c1554 union ubifs_key key, to_key; in ubifs_jnl_truncate() local
1680 data_key_init(c, &to_key, inum, blk); in ubifs_jnl_truncate()
1682 err = ubifs_tnc_remove_range(c, &key, &to_key); in ubifs_jnl_truncate()
H A Dubifs.h1876 union ubifs_key *to_key);

Completed in 22 milliseconds