Home
last modified time | relevance | path

Searched defs:MOUNT_ATTR_NOSYMFOLLOW (Results 1 – 5 of 5) sorted by relevance

/linux/samples/vfs/
H A Dsamples-vfs.h214 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
/linux/include/uapi/linux/
H A Dmount.h126 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
/linux/tools/include/uapi/linux/
H A Dmount.h126 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h126 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c115 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 macro