Home
last modified time | relevance | path

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

/linux/samples/vfs/
H A Dsamples-vfs.h177 #ifndef MOUNT_ATTR_NOSUID
178 #define MOUNT_ATTR_NOSUID 0x00000002 /* Ignore suid and sgid bits */ macro
H A Dmountinfo.c75 if (flags & MOUNT_ATTR_NOSUID) in show_mnt_attrs()
/linux/include/uapi/linux/
H A Dmount.h117 #define MOUNT_ATTR_NOSUID 0x00000002 /* Ignore suid and sgid bits */ macro
/linux/tools/include/uapi/linux/
H A Dmount.h117 #define MOUNT_ATTR_NOSUID 0x00000002 /* Ignore suid and sgid bits */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h117 #define MOUNT_ATTR_NOSUID 0x00000002 /* Ignore suid and sgid bits */ macro
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c50 #ifndef MOUNT_ATTR_NOSUID
51 #define MOUNT_ATTR_NOSUID 0x00000002 macro
309 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID, in mount_setattr_thread()
695 .attr_clr = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID | MOUNT_ATTR_NOEXEC | MOUNT_ATTR__ATIME, in TEST_F()
/linux/fs/
H A Dnamespace.c4356 (MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID | MOUNT_ATTR_NODEV | \
4371 if (attr_flags & MOUNT_ATTR_NOSUID) in attr_flags_to_mnt_flags()
5240 attr_flags |= MOUNT_ATTR_NOSUID; in mnt_to_attr_flags()