Home
last modified time | relevance | path

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

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