Searched refs:LAST_NORM (Results 1 – 3 of 3) sorted by relevance
17 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND}; enumerator
1790 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 …]
392 This is one of ``LAST_NORM``, ``LAST_ROOT``, ``LAST_DOT``, ``LAST_DOTDOT``, or394 ``LAST_NORM``. ``LAST_BIND`` is used when following a symlink and no430 described. If it finds a ``LAST_NORM`` component it first calls490 the possibility that the final component is not ``LAST_NORM``. If the492 ``last_type`` other than ``LAST_NORM`` will result in an error. For