Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c1888 static const char *handle_dots(struct nameidata *nd, int type) in handle_dots() function
1946 return handle_dots(nd, nd->last_type); in walk_component()
3229 return handle_dots(nd, nd->last_type); in open_last_lookups()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A 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