Lines Matching refs:prealloc
1487 struct dm_bio_prison_cell_v2 *prealloc; in mg_lock_writes() local
1489 prealloc = alloc_prison_cell(cache); in mg_lock_writes()
1499 prealloc, &mg->cell); in mg_lock_writes()
1501 free_prison_cell(cache, prealloc); in mg_lock_writes()
1506 if (mg->cell != prealloc) in mg_lock_writes()
1507 free_prison_cell(cache, prealloc); in mg_lock_writes()
1612 struct dm_bio_prison_cell_v2 *prealloc; in invalidate_lock() local
1614 prealloc = alloc_prison_cell(cache); in invalidate_lock()
1618 READ_WRITE_LOCK_LEVEL, prealloc, &mg->cell); in invalidate_lock()
1620 free_prison_cell(cache, prealloc); in invalidate_lock()
1625 if (mg->cell != prealloc) in invalidate_lock()
1626 free_prison_cell(cache, prealloc); in invalidate_lock()