Home
last modified time | relevance | path

Searched defs:MOUNT_ATTR_NOEXEC (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/samples/vfs/
Dsamples-vfs.h174 #define MOUNT_ATTR_NOEXEC 0x00000008 /* Disallow program execution */ macro
/linux-6.14.4/include/uapi/linux/
Dmount.h119 #define MOUNT_ATTR_NOEXEC 0x00000008 /* Disallow program execution */ macro
/linux-6.14.4/tools/perf/trace/beauty/include/uapi/linux/
Dmount.h119 #define MOUNT_ATTR_NOEXEC 0x00000008 /* Disallow program execution */ macro
/linux-6.14.4/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c54 #define MOUNT_ATTR_NOEXEC 0x00000008 macro