Lines Matching refs:last_type
581 int last_type; member
2044 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
2047 return handle_dots(nd, nd->last_type); in walk_component()
2348 nd->last_type = LAST_ROOT; in link_path_walk()
2375 nd->last_type = LAST_DOTDOT; in link_path_walk()
2380 nd->last_type = LAST_DOT; in link_path_walk()
2384 nd->last_type = LAST_NORM; in link_path_walk()
2553 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2658 *type = nd.last_type; in __filename_parentat()
3658 if (nd->last_type != LAST_NORM) { in open_last_lookups()
3661 return handle_dots(nd, nd->last_type); in open_last_lookups()