Lines Matching refs:prealloc
1383 struct dm_bio_prison_cell_v2 *prealloc; in mg_lock_writes() local
1385 prealloc = alloc_prison_cell(cache); in mg_lock_writes()
1395 prealloc, &mg->cell); in mg_lock_writes()
1397 free_prison_cell(cache, prealloc); in mg_lock_writes()
1402 if (mg->cell != prealloc) in mg_lock_writes()
1403 free_prison_cell(cache, prealloc); in mg_lock_writes()
1508 struct dm_bio_prison_cell_v2 *prealloc; in invalidate_lock() local
1510 prealloc = alloc_prison_cell(cache); in invalidate_lock()
1514 READ_WRITE_LOCK_LEVEL, prealloc, &mg->cell); in invalidate_lock()
1516 free_prison_cell(cache, prealloc); in invalidate_lock()
1521 if (mg->cell != prealloc) in invalidate_lock()
1522 free_prison_cell(cache, prealloc); in invalidate_lock()