Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dlops.c516 unsigned int block = 0, blocks_submitted = 0, blocks_read = 0; in gfs2_find_jhead() local
578 if (blocks_submitted <= blocks_read + max_blocks) { in gfs2_find_jhead()
583 gfs2_jhead_process_page(jd, blocks_read >> shift, head, &done); in gfs2_find_jhead()
584 blocks_read += PAGE_SIZE >> bsize_shift; in gfs2_find_jhead()
593 while (blocks_read < block) { in gfs2_find_jhead()
594 gfs2_jhead_process_page(jd, blocks_read >> shift, head, &done); in gfs2_find_jhead()
595 blocks_read += PAGE_SIZE >> bsize_shift; in gfs2_find_jhead()