Home
last modified time | relevance | path

Searched refs:bggc_io_aware (Results 1 – 4 of 4) sorted by relevance

/linux/fs/f2fs/
H A Dsysfs.c951 sbi->bggc_io_aware = t; in __sbi_store()
1317 F2FS_SBI_GENERAL_RW_ATTR(bggc_io_aware);
1455 ATTR_LIST(bggc_io_aware),
H A Df2fs.h2009 unsigned int bggc_io_aware; /* For adjust the BG_GC priority when pending IO */ member
3228 if (sbi->bggc_io_aware == AWARE_READ_IO && is_inflight_read_io(sbi)) in is_idle()
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()
4906 sbi->bggc_io_aware = AWARE_READ_IO; in f2fs_scan_devices()
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs917 What: /sys/fs/f2fs/<disk>/bggc_io_aware
925 bggc_io_aware = 0 skip background GC if there is any kind of pending IO
926 bggc_io_aware = 1 skip background GC if there is pending read IO
927 bggc_io_aware = 2 don't aware IO for background GC