Home
last modified time | relevance | path

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

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