Home
last modified time | relevance | path

Searched refs:MOVE_MOUNT_T_SYMLINKS (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/tools/include/uapi/linux/
Dmount.h73 #define MOVE_MOUNT_T_SYMLINKS 0x00000010 /* Follow symlinks on to path */ macro
/linux-6.6.21/include/uapi/linux/
Dmount.h73 #define MOVE_MOUNT_T_SYMLINKS 0x00000010 /* Follow symlinks on to path */ macro
/linux-6.6.21/fs/
Dnamespace.c4102 if (flags & MOVE_MOUNT_T_SYMLINKS) lflags |= LOOKUP_FOLLOW; in SYSCALL_DEFINE5()