Home
last modified time | relevance | path

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

/fs/f2fs/
Dcheckpoint.c991 void *sit_bitmap_ptr; in f2fs_get_valid_checkpoint() local
999 sit_bitmap_ptr = page_address(cur_page); in f2fs_get_valid_checkpoint()
1000 memcpy(ckpt + i * blk_size, sit_bitmap_ptr, blk_size); in f2fs_get_valid_checkpoint()