Home
last modified time | relevance | path

Searched refs:lr_next_group (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dsuper.c3686 ext4_group_t group = elr->lr_next_group; in print_daily_error_info()
3693 elr->lr_next_group = ext4_mb_prefetch(sb, group, nr, &prefetch_ios); in print_daily_error_info()
3694 ext4_mb_prefetch_fini(sb, elr->lr_next_group, nr); in print_daily_error_info()
3695 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, nr);
3696 if (group >= elr->lr_next_group) {
3700 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request()
3732 elr->lr_next_group = group + 1; in ext4_run_li_request()
3966 elr->lr_next_group = start; in ext4_li_info_new()
H A Dext4.h2607 ext4_group_t lr_next_group; member