Lines Matching refs:prealloc
1391 struct dm_bio_prison_cell_v2 *prealloc; in mg_lock_writes() local
1393 prealloc = alloc_prison_cell(cache); in mg_lock_writes()
1403 prealloc, &mg->cell); in mg_lock_writes()
1405 free_prison_cell(cache, prealloc); in mg_lock_writes()
1410 if (mg->cell != prealloc) in mg_lock_writes()
1411 free_prison_cell(cache, prealloc); in mg_lock_writes()
1516 struct dm_bio_prison_cell_v2 *prealloc; in invalidate_lock() local
1518 prealloc = alloc_prison_cell(cache); in invalidate_lock()
1522 READ_WRITE_LOCK_LEVEL, prealloc, &mg->cell); in invalidate_lock()
1524 free_prison_cell(cache, prealloc); in invalidate_lock()
1529 if (mg->cell != prealloc) in invalidate_lock()
1530 free_prison_cell(cache, prealloc); in invalidate_lock()