Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dnamei.h18 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT}; enumerator
/Linux-v6.6/fs/
Dnamei.c2252 nd->last_type = LAST_ROOT; in link_path_walk()
4242 case LAST_ROOT: in do_rmdir()
/Linux-v6.6/Documentation/filesystems/
Dpath-lookup.rst407 This is one of ``LAST_NORM``, ``LAST_ROOT``, ``LAST_DOT`` or ``LAST_DOTDOT``.