Searched refs:totrim (Results 1 – 1 of 1) sorted by relevance
1662 } *totrim, *tt; in dbDiscardAG() local1675 totrim = kmalloc_array(range_cnt, sizeof(struct range2trim), GFP_NOFS); in dbDiscardAG()1676 if (totrim == NULL) { in dbDiscardAG()1682 tt = totrim; in dbDiscardAG()1717 for (tt = totrim; tt->nblocks != 0; tt++) { in dbDiscardAG()1725 kfree(totrim); in dbDiscardAG()