Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Dsuper.c999 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in parse_options()
2071 else if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in f2fs_show_options()
2134 F2FS_OPTION(sbi).alloc_mode = ALLOC_MODE_REUSE; in default_options()
Df2fs.h1348 ALLOC_MODE_REUSE, /* reuse segments as much as possible */ enumerator
Dsegment.c2778 if (F2FS_OPTION(sbi).alloc_mode == ALLOC_MODE_REUSE) in __get_next_segno()