Searched refs:from_key (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ubifs/
H A Dtnc.c2796 * @from_key: lowest key in range
2802 union ubifs_key *from_key, union ubifs_key *to_key)
2804 if (keys_cmp(c, key, from_key) < 0)
2814 * @from_key: lowest key to remove
2817 * This function removes index entries starting at @from_key and ending at
2821 int ubifs_tnc_remove_range(struct ubifs_info *c, union ubifs_key *from_key, argument
2831 err = ubifs_lookup_level0(c, from_key, &znode, &n);
2836 key = from_key;
2846 if (!key_in_range(c, key, from_key, to_key)) {
2864 if (!key_in_range(c, key, from_key, to_ke
2801 key_in_range(struct ubifs_info *c, union ubifs_key *key, union ubifs_key *from_key, union ubifs_key *to_key) argument
3529 union ubifs_key from_key, to_key, *key; local
[all...]
H A Dubifs.h1879 int ubifs_tnc_remove_range(struct ubifs_info *c, union ubifs_key *from_key,

Completed in 235 milliseconds