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.c3683 ext4_group_t group = elr->lr_next_group; in ext4_run_li_request()
3690 elr->lr_next_group = ext4_mb_prefetch(sb, group, nr, &prefetch_ios); in ext4_run_li_request()
3691 ext4_mb_prefetch_fini(sb, elr->lr_next_group, nr); in ext4_run_li_request()
3692 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, nr); in ext4_run_li_request()
3693 if (group >= elr->lr_next_group) { in ext4_run_li_request()
3697 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request()
3729 elr->lr_next_group = group + 1; in ext4_run_li_request()
3969 elr->lr_next_group = start; in ext4_li_request_new()
H A Dext4.h2591 ext4_group_t lr_next_group; member