Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dnamei.h45 #define LOOKUP_NO_MAGICLINKS 0x020000 /* No nd_jump_link() crossing. */ macro
/Linux-v5.10/fs/
Dopen.c1083 lookup_flags |= LOOKUP_NO_MAGICLINKS; in build_open_flags()
Dnamei.c904 if (unlikely(nd->flags & LOOKUP_NO_MAGICLINKS)) in nd_jump_link()
/Linux-v5.10/Documentation/filesystems/
Dpath-lookup.rst1350 ``LOOKUP_NO_MAGICLINKS`` blocks all magic-link traversals. Filesystems must
1352 ``LOOKUP_NO_MAGICLINKS`` and other magic-link restrictions are implemented.