Home
last modified time | relevance | path

Searched refs:s_mb_prefetch (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ext4/
H A Dmballoc.c2892 nr = sbi->s_mb_prefetch; in ext4_mb_regular_allocator()
2896 nr = min(nr, sbi->s_mb_prefetch); in ext4_mb_regular_allocator()
3448 sbi->s_mb_prefetch = min_t(uint, 1 << sbi->s_es->s_log_groups_per_flex, in ext4_mb_init_backend()
3450 sbi->s_mb_prefetch *= 8; /* 8 prefetch IOs in flight at most */ in ext4_mb_init_backend()
3452 sbi->s_mb_prefetch = 32; in ext4_mb_init_backend()
3454 if (sbi->s_mb_prefetch > ext4_get_groups_count(sb)) in ext4_mb_init_backend()
3455 sbi->s_mb_prefetch = ext4_get_groups_count(sb); in ext4_mb_init_backend()
3464 sbi->s_mb_prefetch_limit = sbi->s_mb_prefetch * 4; in ext4_mb_init_backend()
H A Dsysfs.c254 EXT4_RW_ATTR_SBI_UI(mb_prefetch, s_mb_prefetch);
H A Dext4.h1606 unsigned int s_mb_prefetch; member
H A Dsuper.c3686 int nr = EXT4_SB(sb)->s_mb_prefetch; in ext4_run_li_request()