Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c960 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in parse_options()
1903 else if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in f2fs_show_options()
3846 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in f2fs_tuning_parameters()
H A Df2fs.h1316 ALLOC_MODE_REUSE, /* reuse segments as much as possible */ enumerator
H A Dsegment.c2622 if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in __get_next_segno()