Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dsysfs.c248 EXT4_RW_ATTR_SBI_UI(mb_prefetch, s_mb_prefetch);
H A Dmballoc.c2889 nr = sbi->s_mb_prefetch; in ext4_mb_regular_allocator()
2893 nr = min(nr, sbi->s_mb_prefetch); in ext4_mb_regular_allocator()
3440 sbi->s_mb_prefetch = min_t(uint, 1 << sbi->s_es->s_log_groups_per_flex, in ext4_mb_init_backend()
3442 sbi->s_mb_prefetch *= 8; /* 8 prefetch IOs in flight at most */ in ext4_mb_init_backend()
3444 sbi->s_mb_prefetch = 32; in ext4_mb_init_backend()
3446 if (sbi->s_mb_prefetch > ext4_get_groups_count(sb)) in ext4_mb_init_backend()
3447 sbi->s_mb_prefetch = ext4_get_groups_count(sb); in ext4_mb_init_backend()
3455 sbi->s_mb_prefetch_limit = sbi->s_mb_prefetch * 4; in ext4_mb_init_backend()
H A Dext4.h1600 unsigned int s_mb_prefetch; member
H A Dsuper.c3721 int nr = EXT4_SB(sb)->s_mb_prefetch; in ext4_run_li_request()