Home
last modified time | relevance | path

Searched refs:atgc_enabled (Results 1 – 5 of 5) sorted by relevance

/linux/fs/f2fs/
H A Dsysfs.c185 return sysfs_emit(buf, "%d\n", sbi->am.atgc_enabled ? 1 : 0); in atgc_enabled_show()
682 if (!sbi->am.atgc_enabled) in __sbi_store()
1348 F2FS_GENERAL_RO_ATTR(atgc_enabled);
1494 ATTR_LIST(atgc_enabled),
H A Dgc.c259 if (sbi->am.atgc_enabled) in select_gc_type()
1329 int type = fio.sbi->am.atgc_enabled && (gc_type == BG_GC) && in move_data_block()
2081 am->atgc_enabled = true; in init_atgc_management()
H A Dsegment.c3111 if (!sbi->am.atgc_enabled && !force) in __f2fs_init_atgc_curseg()
3140 if (sbi->am.atgc_enabled) in f2fs_reinit_atgc_curseg()
3148 sbi->am.atgc_enabled = true; in f2fs_reinit_atgc_curseg()
3177 if (sbi->am.atgc_enabled) in f2fs_save_inmem_curseg()
3202 if (sbi->am.atgc_enabled) in f2fs_restore_inmem_curseg()
3681 if (fio->sbi->am.atgc_enabled && in __get_segment_type_6()
H A Df2fs.h1423 bool atgc_enabled; /* ATGC is enabled or not */ member
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs585 What: /sys/fs/f2fs/<disk>/atgc_enabled