Searched refs:prefetch_ios (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/trace/events/ |
D | ext4.h | 2637 ext4_group_t next, unsigned int prefetch_ios), 2639 TP_ARGS(sb, group, next, prefetch_ios), 2652 __entry->ios = prefetch_ios;
|
/linux-6.6.21/fs/ext4/ |
D | mballoc.c | 2796 unsigned int nr = 0, prefetch_ios = 0; in ext4_mb_regular_allocator() local 2884 prefetch_ios < sbi->s_mb_prefetch_limit)) { in ext4_mb_regular_allocator() 2892 nr, &prefetch_ios); in ext4_mb_regular_allocator()
|
D | super.c | 3711 unsigned int prefetch_ios = 0; in ext4_run_li_request() local 3717 elr->lr_next_group = ext4_mb_prefetch(sb, group, nr, &prefetch_ios); in ext4_run_li_request()
|