Home
last modified time | relevance | path

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

/Linux-v5.15/include/trace/events/
Dext4.h2587 ext4_group_t next, unsigned int prefetch_ios),
2589 TP_ARGS(sb, group, next, prefetch_ios),
2602 __entry->ios = prefetch_ios;
/Linux-v5.15/fs/ext4/
Dsuper.c3267 unsigned int prefetch_ios = 0; in ext4_run_li_request() local
3272 EXT4_SB(sb)->s_mb_prefetch, &prefetch_ios); in ext4_run_li_request()
3273 if (prefetch_ios) in ext4_run_li_request()
3275 prefetch_ios); in ext4_run_li_request()
3277 prefetch_ios); in ext4_run_li_request()
Dmballoc.c2638 unsigned int nr = 0, prefetch_ios = 0; in ext4_mb_regular_allocator() local
2731 prefetch_ios < sbi->s_mb_prefetch_limit)) { in ext4_mb_regular_allocator()
2732 unsigned int curr_ios = prefetch_ios; in ext4_mb_regular_allocator()
2741 nr, &prefetch_ios); in ext4_mb_regular_allocator()
2742 if (prefetch_ios == curr_ios) in ext4_mb_regular_allocator()