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