Home
last modified time | relevance | path

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

/fs/f2fs/
Dsegment.c2851 unsigned long *target_map = SIT_I(sbi)->tmp_map; in __next_free_blkoff() local
2857 target_map[i] = ckpt_map[i] | cur_map[i]; in __next_free_blkoff()
2859 return __find_rev_next_zero_bit(target_map, BLKS_PER_SEG(sbi), start); in __next_free_blkoff()