Home
last modified time | relevance | path

Searched refs:LAST_NORM (Results 1 – 4 of 4) 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.c2269 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
2618 nd->last_type = LAST_NORM; in link_path_walk()
2782 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2969 if (unlikely(type != LAST_NORM)) in __start_removing_path()
3015 if (unlikely(type != LAST_NORM)) in kern_path_parent()
4575 if (nd->last_type != LAST_NORM) { in open_last_lookups()
4939 if (unlikely(type != LAST_NORM)) in filename_create()
5542 if (type != LAST_NORM) in filename_unlinkat()
6128 if (old_type != LAST_NORM) in filename_renameat2()
6133 if (new_type != LAST_NORM) in filename_renameat2()
/linux/Documentation/filesystems/
H A Dpath-lookup.rst407 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 calls
506 the possibility that the final component is not ``LAST_NORM``. If the
508 ``last_type`` other than ``LAST_NORM`` will result in an error. For
/linux/fs/smb/server/
H A Dvfs.c76 if (unlikely(type != LAST_NORM)) { in ksmbd_vfs_path_lookup()