Searched refs:prefetch_ios (Results 1 – 3 of 3) sorted by relevance
2304 unsigned int nr = 0, prefetch_ios = 0; in ext4_mb_regular_allocator() local2393 prefetch_ios < sbi->s_mb_prefetch_limit)) { in ext4_mb_regular_allocator()2394 unsigned int curr_ios = prefetch_ios; in ext4_mb_regular_allocator()2403 nr, &prefetch_ios); in ext4_mb_regular_allocator()2404 if (prefetch_ios == curr_ios) in ext4_mb_regular_allocator()
3431 unsigned int prefetch_ios = 0; in ext4_run_li_request() local3436 EXT4_SB(sb)->s_mb_prefetch, &prefetch_ios); in ext4_run_li_request()3437 if (prefetch_ios) in ext4_run_li_request()3439 prefetch_ios); in ext4_run_li_request()3441 prefetch_ios); in ext4_run_li_request()
2763 ext4_group_t next, unsigned int prefetch_ios),2765 TP_ARGS(sb, group, next, prefetch_ios),2778 __entry->ios = prefetch_ios;