Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dnamei.h48 #define LOOKUP_IN_ROOT 0x100000 /* Treat dirfd as fs root. */ macro
50 #define LOOKUP_IS_SCOPED (LOOKUP_BENEATH | LOOKUP_IN_ROOT)
/Linux-v5.10/fs/
Dopen.c1089 lookup_flags |= LOOKUP_IN_ROOT; in build_open_flags()
Dnamei.c2243 if (*s == '/' && !(flags & LOOKUP_IN_ROOT)) { in path_init()
/Linux-v5.10/Documentation/filesystems/
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
1367 ``LOOKUP_IN_ROOT`` resolves all path components as though the starting point