Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dnamei.c1797 static const char *handle_dots(struct nameidata *nd, int type) in handle_dots() function
1855 return handle_dots(nd, nd->last_type); in walk_component()
3137 return handle_dots(nd, nd->last_type); in open_last_lookups()
/Linux-v5.10/Documentation/filesystems/
Dpath-lookup.rst243 a "..", a potential attack occurred and ``handle_dots()`` will bail out with
363 a "..", a potential attack occurred and ``handle_dots()`` will bail out with
445 it calls ``handle_dots()`` which does the necessary locking as already