Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dnamei.h38 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND}; enumerator
/linux-3.4.99/fs/
Dnamei.c1302 if (unlikely(type != LAST_NORM)) in walk_component()
1540 type = LAST_NORM; in link_path_walk()
1551 if (likely(type == LAST_NORM)) { in link_path_walk()
1702 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2211 error = walk_component(nd, path, &nd->last, LAST_NORM, in do_last()
2475 if (nd.last_type != LAST_NORM) in kern_path_create()
2852 if (nd.last_type != LAST_NORM) in do_unlinkat()
3260 if (oldnd.last_type != LAST_NORM) in SYSCALL_DEFINE4()
3264 if (newnd.last_type != LAST_NORM) in SYSCALL_DEFINE4()
/linux-3.4.99/kernel/
Daudit_watch.c366 if (nd.last_type != LAST_NORM) { in audit_get_nd()