Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsegment.c3729 bool from_gc = (type == CURSEG_ALL_DATA_ATGC); in f2fs_allocate_data_block() local
3744 if (from_gc) { in f2fs_allocate_data_block()
3768 if (from_gc) { in f2fs_allocate_data_block()
3796 if (from_gc) { in f2fs_allocate_data_block()
4057 bool from_gc) in f2fs_do_replace_block() argument
4112 if (!from_gc) in f2fs_do_replace_block()
4118 if (!from_gc) in f2fs_do_replace_block()
H A Df2fs.h3822 bool from_gc);