Lines Matching refs:depth
640 unsigned depth; member
665 p->depth = 0; in __set_nameidata()
732 int i = nd->depth; in drop_links()
753 for (i = 0; i < nd->depth; i++) in terminate_walk()
762 nd->depth = 0; in terminate_walk()
795 nd->depth = 0; in legitimize_links()
798 for (i = 0; i < nd->depth; i++) { in legitimize_links()
802 nd->depth = i + 1; in legitimize_links()
1092 struct saved *last = nd->stack + --nd->depth; in put_link()
1859 if (likely(nd->depth != EMBEDDED_LEVELS)) in reserve_stack()
1894 last = nd->stack + nd->depth++; in pick_link()
2121 if (!(flags & WALK_MORE) && nd->depth) in walk_component()
2133 if (!(flags & WALK_MORE) && nd->depth) in walk_component()
2421 int depth = 0; // depth <= nd->depth in link_path_walk() local
2486 if (!depth) { in link_path_walk()
2493 name = nd->stack[--depth].name; in link_path_walk()
2503 nd->stack[depth++].name = name; in link_path_walk()
3772 if (nd->depth) in open_last_lookups()
3832 if (nd->depth) in open_last_lookups()