Searched refs:LAST_NORM (Results 1 – 4 of 4) sorted by relevance
18 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT}; enumerator
1993 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()2277 type = LAST_NORM; in link_path_walk()2288 if (likely(type == LAST_NORM)) { in link_path_walk()2456 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()2585 if (unlikely(type != LAST_NORM)) { in __kern_path_locked()3515 if (nd->last_type != LAST_NORM) { in open_last_lookups()3871 if (unlikely(type != LAST_NORM)) in filename_create()4369 if (type != LAST_NORM) in do_unlinkat()4951 if (old_type != LAST_NORM) in do_renameat2()4956 if (new_type != LAST_NORM) in do_renameat2()
407 This is one of ``LAST_NORM``, ``LAST_ROOT``, ``LAST_DOT`` or ``LAST_DOTDOT``.408 The ``last`` field is only valid if the type is ``LAST_NORM``.446 described. If it finds a ``LAST_NORM`` component it first calls506 the possibility that the final component is not ``LAST_NORM``. If the508 ``last_type`` other than ``LAST_NORM`` will result in an error. For
98 if (unlikely(type != LAST_NORM)) { in ksmbd_vfs_path_lookup_locked()