Lines Matching defs:next
283 * This function takes an existing rbm structure and increments it to the next
500 struct rb_node *n, *next;
507 next = NULL;
509 next = n->rb_left;
511 next = n->rb_right;
512 if (next == NULL) {
522 n = next;
550 * gfs2_rgrpd_get_next - get the next RG
553 * Returns: The next rgrp
1071 struct gfs2_rgrpd *next = gfs2_rgrpd_get_next(rgd);
1078 if (next == NULL)
1080 else if (next->rd_addr > rgd->rd_addr)
1081 str->rg_skip = cpu_to_be32(next->rd_addr - rgd->rd_addr);
1576 * gfs2_next_unreserved_block - Return next block that is not reserved
1754 next_bitmap: /* Find next bitmap in the rgrp */
2107 /* Find the next rgrp, and continue looking */
2295 reserve more blocks next time. */