Home
last modified time | relevance | path

Searched refs:LOOKUP_IN_ROOT (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dnamei.h48 #define LOOKUP_IN_ROOT BIT(28) /* Treat dirfd as fs root. */ macro
50 #define LOOKUP_IS_SCOPED (LOOKUP_BENEATH | LOOKUP_IN_ROOT)
/linux/include/trace/misc/
H A Dfs.h121 { LOOKUP_IN_ROOT, "IN_ROOT" }, \
/linux/fs/
H A Dopen.c1294 lookup_flags |= LOOKUP_IN_ROOT; in build_open_flags()
H A Dnamei.c2716 if (*s == '/' && likely(!(flags & LOOKUP_IN_ROOT))) { in path_init()
/linux/Documentation/filesystems/
H A Dpath-lookup.rst240 against ``LOOKUP_BENEATH`` and ``LOOKUP_IN_ROOT`` when resolving ".." (where
360 against ``LOOKUP_BENEATH`` and ``LOOKUP_IN_ROOT`` when resolving ".." (where
420 It should be noted that in the case of ``LOOKUP_IN_ROOT`` or
1343 ``LOOKUP_IN_ROOT`` resolves all path components as though the starting point