Home
last modified time | relevance | path

Searched defs:ST_NOEXEC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstatvfs.h90 ST_NOEXEC = 8, /* Disallow program execution. */ enumerator
91 # define ST_NOEXEC ST_NOEXEC macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstatvfs.h90 ST_NOEXEC = 8, /* Disallow program execution. */ enumerator
91 # define ST_NOEXEC ST_NOEXEC macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatfs.h33 #define ST_NOEXEC 0x0008 /* disallow program execution */ macro