Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnamei.h17 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND}; enumerator
/Linux-v5.4/fs/
Dnamei.c1790 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
2080 type = LAST_NORM; in link_path_walk()
2091 if (likely(type == LAST_NORM)) { in link_path_walk()
2259 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2407 if (unlikely(type != LAST_NORM)) { in kern_path_locked()
2641 if (unlikely(nd->last_type != LAST_NORM)) { in mountpoint_last()
3263 if (nd->last_type != LAST_NORM) { in do_last()
3617 if (unlikely(type != LAST_NORM)) in filename_create()
4034 if (type != LAST_NORM) in do_unlinkat()
4556 if (old_type != LAST_NORM) in do_renameat2()
[all …]
/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst392 This is one of ``LAST_NORM``, ``LAST_ROOT``, ``LAST_DOT``, ``LAST_DOTDOT``, or
394 ``LAST_NORM``. ``LAST_BIND`` is used when following a symlink and no
430 described. If it finds a ``LAST_NORM`` component it first calls
490 the possibility that the final component is not ``LAST_NORM``. If the
492 ``last_type`` other than ``LAST_NORM`` will result in an error. For