Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsysfs.c182 return sysfs_emit(buf, "%d\n", sbi->am.atgc_enabled ? 1 : 0); in atgc_enabled_show()
607 if (!sbi->am.atgc_enabled) in __sbi_store()
1164 F2FS_GENERAL_RO_ATTR(atgc_enabled);
1299 ATTR_LIST(atgc_enabled),
H A Dgc.c250 if (sbi->am.atgc_enabled) in select_gc_type()
1314 int type = fio.sbi->am.atgc_enabled && (gc_type == BG_GC) && in move_data_block()
2029 am->atgc_enabled = true; in init_atgc_management()
H A Dsegment.c3059 if (!sbi->am.atgc_enabled && !force) in __f2fs_init_atgc_curseg()
3088 if (sbi->am.atgc_enabled) in f2fs_reinit_atgc_curseg()
3096 sbi->am.atgc_enabled = true; in f2fs_reinit_atgc_curseg()
3126 if (sbi->am.atgc_enabled) in f2fs_save_inmem_curseg()
3151 if (sbi->am.atgc_enabled) in f2fs_restore_inmem_curseg()
3628 if (fio->sbi->am.atgc_enabled && in __get_segment_type_6()
H A Df2fs.h1304 bool atgc_enabled; /* ATGC is enabled or not */ member
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs585 What: /sys/fs/f2fs/<disk>/atgc_enabled