Home
last modified time | relevance | path

Searched refs:prev_bitmap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Dalloc.h88 struct nilfs_bh_assoc prev_bitmap; member
H A Dalloc.c288 &cache->prev_bitmap, &cache->lock); in nilfs_palloc_get_bitmap_block()
304 &cache->prev_bitmap, &cache->lock); in nilfs_palloc_delete_bitmap_block()
861 brelse(cache->prev_bitmap.bh); in nilfs_palloc_clear_cache()
864 cache->prev_bitmap.bh = NULL; in nilfs_palloc_clear_cache()
/openbmc/qemu/migration/
H A Dblock-dirty-bitmap.c135 BdrvDirtyBitmap *prev_bitmap; member
393 if (bitmap != s->prev_bitmap) { in send_bitmap_header()
394 s->prev_bitmap = bitmap; in send_bitmap_header()
620 s->prev_bitmap = NULL; in init_dirty_bitmap_migration()