Searched refs:LOOKUP_NO_MAGICLINKS (Results 1 – 4 of 4) sorted by relevance
45 #define LOOKUP_NO_MAGICLINKS 0x020000 /* No nd_jump_link() crossing. */ macro
1106 lookup_flags |= LOOKUP_NO_MAGICLINKS; in build_open_flags()
998 if (unlikely(nd->flags & LOOKUP_NO_MAGICLINKS)) in nd_jump_link()
1350 ``LOOKUP_NO_MAGICLINKS`` blocks all magic-link traversals. Filesystems must1352 ``LOOKUP_NO_MAGICLINKS`` and other magic-link restrictions are implemented.