Home
last modified time | relevance | path

Searched defs:MOUNT_ATTR_NOSUID (Results 1 – 5 of 5) sorted by relevance

/linux/samples/vfs/
H A Dsamples-vfs.h178 #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/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.c51 #define MOUNT_ATTR_NOSUID 0x00000002 macro