Home
last modified time | relevance | path

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

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