Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dnamei.c1697 static inline int handle_dots(struct nameidata *nd, int type) in handle_dots() function
1791 err = handle_dots(nd, nd->last_type); in walk_component()
2642 error = handle_dots(nd, nd->last_type); in mountpoint_last()
3264 error = handle_dots(nd, nd->last_type); in do_last()
/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst429 it calls ``handle_dots()`` which does the necessary locking as already