Searched refs:bggc_io_aware (Results 1 – 4 of 4) sorted by relevance
951 sbi->bggc_io_aware = t; in __sbi_store()1317 F2FS_SBI_GENERAL_RW_ATTR(bggc_io_aware);1455 ATTR_LIST(bggc_io_aware),
2009 unsigned int bggc_io_aware; /* For adjust the BG_GC priority when pending IO */ member3228 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()
4902 sbi->bggc_io_aware = AWARE_ALL_IO; in f2fs_scan_devices()4906 sbi->bggc_io_aware = AWARE_READ_IO; in f2fs_scan_devices()
917 What: /sys/fs/f2fs/<disk>/bggc_io_aware925 bggc_io_aware = 0 skip background GC if there is any kind of pending IO926 bggc_io_aware = 1 skip background GC if there is pending read IO927 bggc_io_aware = 2 don't aware IO for background GC