Lines Matching refs:prealloc
1397 struct dm_bio_prison_cell_v2 *prealloc; in mg_lock_writes() local
1399 prealloc = alloc_prison_cell(cache); in mg_lock_writes()
1409 prealloc, &mg->cell); in mg_lock_writes()
1411 free_prison_cell(cache, prealloc); in mg_lock_writes()
1416 if (mg->cell != prealloc) in mg_lock_writes()
1417 free_prison_cell(cache, prealloc); in mg_lock_writes()
1527 struct dm_bio_prison_cell_v2 *prealloc; in invalidate_lock() local
1529 prealloc = alloc_prison_cell(cache); in invalidate_lock()
1533 READ_WRITE_LOCK_LEVEL, prealloc, &mg->cell); in invalidate_lock()
1535 free_prison_cell(cache, prealloc); in invalidate_lock()
1540 if (mg->cell != prealloc) in invalidate_lock()
1541 free_prison_cell(cache, prealloc); in invalidate_lock()