Searched refs:LAST_BIND (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ | ||
D | namei.h | 17 enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND}; enumerator |
/linux-4.1.27/fs/ | ||
D | namei.c | 896 nd->last_type = LAST_BIND; in follow_link() |