Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dcheckpoint.c660 void *sit_bitmap_ptr; in get_valid_checkpoint() local
664 sit_bitmap_ptr = page_address(cur_page); in get_valid_checkpoint()
665 memcpy(ckpt + i * blk_size, sit_bitmap_ptr, blk_size); in get_valid_checkpoint()