Lines Matching refs:top
41 struct buffer_head *bh, __be64 *top,
687 __be64 *top, *bottom; in recursive_scan() local
698 top = (__be64 *)(bh->b_data + sizeof(struct gfs2_dinode)) + mp->mp_list[0]; in recursive_scan()
705 top = (__be64 *)(bh->b_data + mh_size) + in recursive_scan()
711 error = bc(ip, dibh, bh, top, bottom, height, data); in recursive_scan()
716 for (; top < bottom; top++, first = 0) { in recursive_scan()
717 if (!*top) in recursive_scan()
720 bn = be64_to_cpu(*top); in recursive_scan()
747 struct buffer_head *bh, __be64 *top, __be64 *bottom, in do_strip() argument
762 if (!*top) in do_strip()
769 top++; in do_strip()
785 for (p = top; p < bottom; p++) { in do_strip()
833 for (p = top; p < bottom; p++) { in do_strip()