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()
693 if (!sbi->am.atgc_enabled) in __sbi_store()
1363 F2FS_GENERAL_RO_ATTR(atgc_enabled);
1512 ATTR_LIST(atgc_enabled),
H A Dgc.c253 if (sbi->am.atgc_enabled) in select_gc_type()
1348 int type = fio.sbi->am.atgc_enabled && (gc_type == BG_GC) && in move_data_block()
2127 am->atgc_enabled = true; in init_atgc_management()
H A Dsegment.c3222 if (!sbi->am.atgc_enabled && !force) in __f2fs_init_atgc_curseg()
3251 if (sbi->am.atgc_enabled) in f2fs_reinit_atgc_curseg()
3259 sbi->am.atgc_enabled = true; in f2fs_reinit_atgc_curseg()
3288 if (sbi->am.atgc_enabled) in f2fs_save_inmem_curseg()
3313 if (sbi->am.atgc_enabled) in f2fs_restore_inmem_curseg()
3807 if (fio->sbi->am.atgc_enabled && in __get_segment_type_6()
H A Df2fs.h1438 bool atgc_enabled; /* ATGC is enabled or not */ member
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs592 What: /sys/fs/f2fs/<disk>/atgc_enabled