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

/linux-master/fs/ext4/
H A Dsysfs.c246 EXT4_RW_ATTR_SBI_UI(mb_prefetch, s_mb_prefetch);
H A Dmballoc.c2879 nr = sbi->s_mb_prefetch;
2883 nr = min(nr, sbi->s_mb_prefetch);
3428 * 2 ^ s_log_groups_per_flex != UINT_MAX as s_mb_prefetch is
3435 sbi->s_mb_prefetch = min_t(uint, 1 << sbi->s_es->s_log_groups_per_flex,
3437 sbi->s_mb_prefetch *= 8; /* 8 prefetch IOs in flight at most */
3439 sbi->s_mb_prefetch = 32;
3441 if (sbi->s_mb_prefetch > ext4_get_groups_count(sb))
3442 sbi->s_mb_prefetch = ext4_get_groups_count(sb);
3450 sbi->s_mb_prefetch_limit = sbi->s_mb_prefetch * 4;
H A Dext4.h1603 unsigned int s_mb_prefetch; member in struct:ext4_sb_info
H A Dsuper.c3711 int nr = EXT4_SB(sb)->s_mb_prefetch;

Completed in 129 milliseconds