Home
last modified time | relevance | path

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

/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/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h128 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
/linux/samples/vfs/
H A Dmountinfo.c96 if (flags & MOUNT_ATTR_NOSYMFOLLOW) in show_mnt_attrs()
/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.c4404 MOUNT_ATTR_NOSYMFOLLOW) in attr_flags_to_mnt_flags()
4425 if (attr_flags & MOUNT_ATTR_NOSYMFOLLOW)
5267 attr_flags |= MOUNT_ATTR_NOSYMFOLLOW; in mnt_to_attr_flags()