Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnamei.h18 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT}; enumerator
/linux/fs/
A Dnamei.c1908 if (type == LAST_DOTDOT) { in handle_dots()
2249 type = LAST_DOTDOT; in link_path_walk()
4002 case LAST_DOTDOT: in do_rmdir()
/linux/Documentation/filesystems/
A Dpath-lookup.rst407 This is one of ``LAST_NORM``, ``LAST_ROOT``, ``LAST_DOT`` or ``LAST_DOTDOT``.
509 example if ``path_parentat()`` reports ``LAST_DOTDOT``, then the caller

Completed in 14 milliseconds