Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnamei.h16 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND}; enumerator
/linux-4.4.14/fs/
Dnamei.c1735 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
1916 type = LAST_NORM; in link_path_walk()
1927 if (likely(type == LAST_NORM)) { in link_path_walk()
2110 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2237 if (unlikely(type != LAST_NORM)) { in kern_path_locked()
2397 if (unlikely(nd->last_type != LAST_NORM)) { in mountpoint_last()
3028 if (nd->last_type != LAST_NORM) { in do_last()
3416 if (unlikely(type != LAST_NORM)) in filename_create()
3845 if (type != LAST_NORM) in do_unlinkat()
4360 if (old_type != LAST_NORM) in SYSCALL_DEFINE5()
[all …]