Searched refs:last_type (Results 1 – 1 of 1) sorted by relevance
508 int last_type; member1157 nd->last_type = LAST_BIND; in get_link()1885 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()1886 err = handle_dots(nd, nd->last_type); in walk_component()2201 nd->last_type = type; in link_path_walk()2266 nd->last_type = LAST_ROOT; /* if there are only slashes... */ in path_init()2354 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()2480 *type = nd.last_type; in filename_parentat()2742 if (unlikely(nd->last_type != LAST_NORM)) { in mountpoint_last()2743 error = handle_dots(nd, nd->last_type); in mountpoint_last()[all …]