Home
last modified time | relevance | path

Searched refs:LOOKUP_DOWN (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/trace/events/
Dfs.h108 { LOOKUP_DOWN, "DOWN" }, \
/linux-6.1.9/include/linux/
Dnamei.h25 #define LOOKUP_DOWN 0x8000 /* follow mounts in the starting point */ macro
/linux-6.1.9/fs/
Dnamespace.c4669 "/", LOOKUP_DOWN, &root); in mntns_install()
Dnamei.c2467 if (unlikely(flags & LOOKUP_DOWN) && !IS_ERR(s)) { in path_lookupat()