Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnamei.h18 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT}; enumerator
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c1943 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
2223 type = LAST_NORM; in link_path_walk()
2234 if (likely(type == LAST_NORM)) { in link_path_walk()
2400 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2530 if (unlikely(type != LAST_NORM)) { in kern_path_locked()
3226 if (nd->last_type != LAST_NORM) { in open_last_lookups()
3549 if (unlikely(type != LAST_NORM)) in filename_create()
3967 if (type != LAST_NORM) in do_unlinkat()
4483 if (old_type != LAST_NORM) in do_renameat2()
4488 if (new_type != LAST_NORM) in do_renameat2()
/OK3568_Linux_fs/kernel/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