Home
last modified time | relevance | path

Searched refs:last_type (Results 1 – 1 of 1) sorted by relevance

/fs/
Dnamei.c529 int last_type; member
1046 nd->last_type = LAST_BIND; in get_link()
1774 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
1775 err = handle_dots(nd, nd->last_type); in walk_component()
2096 nd->last_type = type; in link_path_walk()
2158 nd->last_type = LAST_ROOT; /* if there are only slashes... */ in path_init()
2262 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2367 *type = nd.last_type; in filename_parentat()
2643 if (unlikely(nd->last_type != LAST_NORM)) { in mountpoint_last()
2644 error = handle_dots(nd, nd->last_type); in mountpoint_last()
[all …]