Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dsysfs.c247 EXT4_RW_ATTR_SBI_UI(mb_prefetch_limit, s_mb_prefetch_limit);
Dmballoc.c2884 prefetch_ios < sbi->s_mb_prefetch_limit)) { in ext4_mb_regular_allocator()
3448 sbi->s_mb_prefetch_limit = sbi->s_mb_prefetch * 4; in ext4_mb_init_backend()
3449 if (sbi->s_mb_prefetch_limit > ext4_get_groups_count(sb)) in ext4_mb_init_backend()
3450 sbi->s_mb_prefetch_limit = ext4_get_groups_count(sb); in ext4_mb_init_backend()
Dext4.h1591 unsigned int s_mb_prefetch_limit; member