Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsysfs.c949 if (t < AWARE_ALL_IO || t > AWARE_NONE) in __sbi_store()
H A Df2fs.h177 AWARE_ALL_IO, /* skip background GC if there is any kind of pending IO */ enumerator
3230 if (sbi->bggc_io_aware == AWARE_ALL_IO && is_inflight_io(sbi, type)) in is_idle()
H A Dsuper.c4902 sbi->bggc_io_aware = AWARE_ALL_IO; in f2fs_scan_devices()