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

/linux-master/include/linux/
H A Dnamei.h18 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT}; enumerator in enum:__anon3021
/linux-master/fs/
H A Dnamei.c1995 if (unlikely(nd->last_type != LAST_NORM)) {
2279 type = LAST_NORM;
2290 if (likely(type == LAST_NORM)) {
2458 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len])
2587 if (unlikely(type != LAST_NORM)) {
3524 if (nd->last_type != LAST_NORM) {
3881 if (unlikely(type != LAST_NORM))
4379 if (type != LAST_NORM)
4959 if (old_type != LAST_NORM)
4964 if (new_type != LAST_NORM)
[all...]
/linux-master/fs/smb/server/
H A Dvfs.c98 if (unlikely(type != LAST_NORM)) {

Completed in 364 milliseconds