Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnamei.h18 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT}; enumerator
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c2202 nd->last_type = LAST_ROOT; in link_path_walk()
3843 case LAST_ROOT: in do_rmdir()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dpath-lookup.rst407 This is one of ``LAST_NORM``, ``LAST_ROOT``, ``LAST_DOT`` or ``LAST_DOTDOT``.