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

/fs/ubifs/
H A Dtnc.c2562 * @from_key: lowest key in range
2568 union ubifs_key *from_key, union ubifs_key *to_key)
2570 if (keys_cmp(c, key, from_key) < 0)
2580 * @from_key: lowest key to remove
2583 * This function removes index entries starting at @from_key and ending at
2587 int ubifs_tnc_remove_range(struct ubifs_info *c, union ubifs_key *from_key, argument
2597 err = ubifs_lookup_level0(c, from_key, &znode, &n);
2602 key = from_key;
2612 if (!key_in_range(c, key, from_key, to_key)) {
2630 if (!key_in_range(c, key, from_key, to_ke
2567 key_in_range(struct ubifs_info *c, union ubifs_key *key, union ubifs_key *from_key, union ubifs_key *to_key) argument
3278 union ubifs_key from_key, to_key, *key; local
[all...]

Completed in 52 milliseconds