Lines Matching full:rank
387 gp->rank = 1; in g_new_geomf()
818 * numerical rank) at all times.
819 * When an attach is done, the attaching geoms rank is invalidated
822 * sequence. If we cannot assign rank to a geom because it's
823 * prerequisites do not have rank, we move that element to the tail
824 * of the sequence with invalid rank as well.
826 * to assign it a rank, there must be a loop and we fail back to
843 /* Invalidate this geoms rank and move it to the tail */ in redo_rank()
846 gp->rank = 0; in redo_rank()
853 /* re-rank the rest of the sequence */ in redo_rank()
855 gp1->rank = 0; in redo_rank()
860 n = cp->provider->geom->rank; in redo_rank()
867 gp1->rank = m; in redo_rank()
870 /* got a rank, moving on */ in redo_rank()
874 /* no rank to original geom means loop */ in redo_rank()
878 /* no rank, put it at the end move on */ in redo_rank()
983 * Other GEOM classes perform special actions when opening a lower rank in g_access()
1014 /* If foot-shooting is enabled, any open on rank#1 is OK */ in g_access()
1015 if ((g_debugflags & G_F_FOOTSHOOTING) && gp->rank == 1) in g_access()
1514 gprintln(" rank: %d", gp->rank); in db_show_geom_geom()
1520 gprintf("geom: %s (%p), rank=%d", gp->name, gp, gp->rank); in db_show_geom_geom()