Home
last modified time | relevance | path

Searched refs:to_key (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dtnc.c2566 union ubifs_key *from_key, union ubifs_key *to_key) in key_in_range() argument
2570 if (keys_cmp(c, key, to_key) > 0) in key_in_range()
2586 union ubifs_key *to_key) in ubifs_tnc_remove_range() argument
2610 if (!key_in_range(c, key, from_key, to_key)) { in ubifs_tnc_remove_range()
2628 if (!key_in_range(c, key, from_key, to_key)) in ubifs_tnc_remove_range()
3276 union ubifs_key from_key, to_key, *key; in dbg_check_inode_size() local
3287 highest_data_key(c, &to_key, inode->i_ino); in dbg_check_inode_size()
3309 if (!key_in_range(c, key, &from_key, &to_key)) in dbg_check_inode_size()
H A Dubifs.h2202 union ubifs_key *to_key);
/openbmc/linux/fs/ubifs/
H A Dtnc.c2802 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()
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()
3536 union ubifs_key from_key, to_key, *key; in dbg_check_inode_size() local
3547 highest_data_key(c, &to_key, inode->i_ino); in dbg_check_inode_size()
3569 if (!key_in_range(c, key, &from_key, &to_key)) in dbg_check_inode_size()
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);