Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h126 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h126 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
/linux-6.15/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c154 #ifndef MOUNT_ATTR_NOSYMFOLLOW
155 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 macro
1477 .attr_set = MOUNT_ATTR_NOSYMFOLLOW, in TEST_F()
1511 attr.attr_set &= ~MOUNT_ATTR_NOSYMFOLLOW; in TEST_F()
1512 attr.attr_clr |= MOUNT_ATTR_NOSYMFOLLOW; in TEST_F()
/linux-6.15/fs/
H A Dnamespace.c4446 MOUNT_ATTR_NOSYMFOLLOW)
4467 if (attr_flags & MOUNT_ATTR_NOSYMFOLLOW) in attr_flags_to_mnt_flags()
5360 attr_flags |= MOUNT_ATTR_NOSYMFOLLOW; in mnt_to_attr_flags()