Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsuper.c1000 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in parse_options()
1998 else if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in f2fs_show_options()
4063 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in f2fs_tuning_parameters()
Df2fs.h1350 ALLOC_MODE_REUSE, /* reuse segments as much as possible */ enumerator
Dsegment.c2560 if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in __get_next_segno()