Searched refs:bggc_io_aware (Results 1 – 4 of 4) sorted by relevance
940 sbi->bggc_io_aware = t; in __sbi_store()1302 F2FS_SBI_GENERAL_RW_ATTR(bggc_io_aware);1438 ATTR_LIST(bggc_io_aware),
1962 unsigned int bggc_io_aware; /* For adjust the BG_GC priority when pending IO */ member3158 if (sbi->bggc_io_aware == AWARE_READ_IO && is_inflight_read_io(sbi)) in is_idle()3160 if (sbi->bggc_io_aware == AWARE_ALL_IO && is_inflight_io(sbi, type)) in is_idle()
4777 sbi->bggc_io_aware = AWARE_ALL_IO; in f2fs_scan_devices()4781 sbi->bggc_io_aware = AWARE_READ_IO; in f2fs_scan_devices()
910 What: /sys/fs/f2fs/<disk>/bggc_io_aware918 bggc_io_aware = 0 skip background GC if there is any kind of pending IO919 bggc_io_aware = 1 skip background GC if there is pending read IO920 bggc_io_aware = 2 don't aware IO for background GC