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.c3729 ext4_group_t group = elr->lr_next_group; in ext4_run_li_request()
3736 elr->lr_next_group = ext4_mb_prefetch(sb, group, nr, &prefetch_ios); in ext4_run_li_request()
3737 ext4_mb_prefetch_fini(sb, elr->lr_next_group, nr); in ext4_run_li_request()
3738 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, nr); in ext4_run_li_request()
3739 if (group >= elr->lr_next_group) { in ext4_run_li_request()
3744 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request()
3776 elr->lr_next_group = group + 1; in ext4_run_li_request()
4016 elr->lr_next_group = start; in ext4_li_request_new()
H A Dext4.h2680 ext4_group_t lr_next_group; member