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

/linux-4.1.27/mm/
H A Dzswap.c257 * the existing entry is stored in dupentry and the function returns -EEXIST
260 struct zswap_entry **dupentry) zswap_rb_insert()
273 *dupentry = myentry; zswap_rb_insert()
643 struct zswap_entry *entry, *dupentry; zswap_frontswap_store() local
711 ret = zswap_rb_insert(&tree->rbroot, entry, &dupentry); zswap_frontswap_store()
715 zswap_rb_erase(&tree->rbroot, dupentry); zswap_frontswap_store()
716 zswap_entry_put(tree, dupentry); zswap_frontswap_store()
259 zswap_rb_insert(struct rb_root *root, struct zswap_entry *entry, struct zswap_entry **dupentry) zswap_rb_insert() argument

Completed in 65 milliseconds