Home
last modified time | relevance | path

Searched refs:MOUNT_ATTR_NOSYMFOLLOW (Results 1 – 7 of 7) sorted by relevance

/linux/samples/vfs/
H A Dsamples-vfs.h213 #ifndef MOUNT_ATTR_NOSYMFOLLOW
214 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
H A Dmountinfo.c96 if (flags & MOUNT_ATTR_NOSYMFOLLOW) in show_mnt_attrs()
/linux/tools/include/uapi/linux/
H A Dmount.h128 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */
126 #define MOUNT_ATTR_NOSYMFOLLOW global() macro
/linux/include/uapi/linux/
H A Dmount.h128 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */
127 #define MOUNT_ATTR_NOSYMFOLLOW global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h127 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c134 #ifndef MOUNT_ATTR_NOSYMFOLLOW
135 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 macro
1471 .attr_set = MOUNT_ATTR_NOSYMFOLLOW, in TEST_F()
1505 attr.attr_set &= ~MOUNT_ATTR_NOSYMFOLLOW; in TEST_F()
1506 attr.attr_clr |= MOUNT_ATTR_NOSYMFOLLOW; in TEST_F()
/linux/fs/
H A Dnamespace.c4397 MOUNT_ATTR_NOSYMFOLLOW)
4418 if (attr_flags & MOUNT_ATTR_NOSYMFOLLOW) in attr_flags_to_mnt_flags()
5256 attr_flags |= MOUNT_ATTR_NOSYMFOLLOW; in mnt_to_attr_flags()