Searched refs:dv_depth (Results 1 – 2 of 2) sorted by relevance
138 int dv_depth; /* number of parents until root */ member
1631 dev->dv_depth = parent->dv_depth + 1; in config_devalloc()1633 dev->dv_depth = 0; in config_devalloc()3787 di->di_curdepth = MAX(di->di_curdepth, dv->dv_depth); in deviter_init()3794 di->di_maxdepth = MAX(di->di_maxdepth, dv->dv_depth); in deviter_init()3873 } else if (dv->dv_depth == di->di_curdepth) in deviter_next()3882 } else if (dv->dv_depth == di->di_curdepth) in deviter_next()