Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.c3391 bool from_gc = (type == CURSEG_ALL_DATA_ATGC); in f2fs_allocate_data_block() local
3399 if (from_gc) { in f2fs_allocate_data_block()
3422 if (from_gc) { in f2fs_allocate_data_block()
3439 if (from_gc) in f2fs_allocate_data_block()
3653 bool from_gc) in f2fs_do_replace_block() argument
3707 if (!from_gc) in f2fs_do_replace_block()
3715 if (!from_gc) in f2fs_do_replace_block()
H A Df2fs.h3632 bool from_gc);