Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h117 #define MOUNT_ATTR_NOSUID 0x00000002 /* Ignore suid and sgid bits */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h117 #define MOUNT_ATTR_NOSUID 0x00000002 /* Ignore suid and sgid bits */ macro
/linux-6.15/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c50 #ifndef MOUNT_ATTR_NOSUID
51 #define MOUNT_ATTR_NOSUID 0x00000002 macro
366 .attr_set = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID, in mount_setattr_thread()
752 .attr_clr = MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID | MOUNT_ATTR_NOEXEC | MOUNT_ATTR__ATIME, in TEST_F()
/linux-6.15/fs/
H A Dnamespace.c4444 (MOUNT_ATTR_RDONLY | MOUNT_ATTR_NOSUID | MOUNT_ATTR_NODEV | \
4459 if (attr_flags & MOUNT_ATTR_NOSUID) in attr_flags_to_mnt_flags()
5352 attr_flags |= MOUNT_ATTR_NOSUID; in mnt_to_attr_flags()