Searched refs:totrim (Results 1 – 1 of 1) sorted by relevance
1583 } *totrim, *tt; in dbDiscardAG() local1596 totrim = kmalloc_objs(struct range2trim, range_cnt, GFP_NOFS); in dbDiscardAG()1597 if (totrim == NULL) { in dbDiscardAG()1603 tt = totrim; in dbDiscardAG()1640 for (tt = totrim; tt->nblocks != 0; tt++) { in dbDiscardAG()1648 kfree(totrim); in dbDiscardAG()