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.c3756 ext4_group_t group = elr->lr_next_group; in ext4_run_li_request()
3763 elr->lr_next_group = ext4_mb_prefetch(sb, group, nr, &prefetch_ios); in ext4_run_li_request()
3764 ext4_mb_prefetch_fini(sb, elr->lr_next_group, nr); in ext4_run_li_request()
3765 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, nr); in ext4_run_li_request()
3766 if (group >= elr->lr_next_group) { in ext4_run_li_request()
3771 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request()
3803 elr->lr_next_group = group + 1; in ext4_run_li_request()
4043 elr->lr_next_group = start; in ext4_li_request_new()
H A Dext4.h2785 ext4_group_t lr_next_group; member